#0A7647

Color #0A7647 Dark Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Spring Green #0A7647

Tints of Dark Spring Green #0A7647

Color information

#0A7647 (or 0x0A7647) is unknown color: approx Dark Spring Green. HEX triplet: 0A, 76 and 47. RGB value is (10,118,71). Sum of RGB (Red+Green+Blue) = 10+118+71=199 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5.03% from 199); Green value is 118 (46.48% from 255 or 59.30% from 199); Blue value is 71 (28.12% from 255 or 35.68% from 199); Max value from RGB is 118 - color contains mainly: green. Hex color #0A7647 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A7647 is #F589B8. Grayscale: #505050. Windows color (decimal): -16091577 or 4683274. OLE color: 4683274.

HSL color Cylindrical-coordinate representation of color #0A7647: hue angle of 153.89º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7647 is Cyan = 0.92, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.54.

Color convert

RGB1011871-
CMYK0.9200.400.54
HSL153.89º84.38%25.1%-
HSV(B)153.89º91.53%46.27%-
XYZ7.7413.488.15-
YUV80.35122.7277.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 10 (4.30% from 255) = 5.03%
GREEN value IS 118 (46.48% from 255) = 59.30%
BLUE value IS 71 (28.12% from 255) = 35.68%
R=5.03%
G=59.30%
B=35.68%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10118710.9200.400.54153.8984.3825.1
HexA76475C028369a5419
Octal121661071340506623212431
Binary1010111011010001111011100010100011011010011010101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A7647; }

 p { color: rgb(10,118,71); }

 H1.HeaderClassName
 {
   color: #0A7647;
 }
 .AnyTagClassName
 {
   color: #0A7647;
 }
</style>
background-color css

<style>
 a { background-color: #0A7647; }

 a { background-color: rgb(10,118,71); }

 div.DivClassName
 {
   background-color: #0A7647;
 }
 .BgClassName
 {
   background-color: #0A7647;
 }
</style>
border-color css

<style>
 span { border-color: #0A7647; }

 span { border-color: rgb(10,118,71); }

 td.TdClassName
 {
   border-color: #0A7647;
 }
 .TagClassName
 {
   border-color: #0A7647;
 }
</style>