#0C7742

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

Shades of Dark Spring Green #0C7742

Tints of Dark Spring Green #0C7742

Color information

#0C7742 (or 0x0C7742) is unknown color: approx Dark Spring Green. HEX triplet: 0C, 77 and 42. RGB value is (12,119,66). Sum of RGB (Red+Green+Blue) = 12+119+66=197 (26% of max value = 765). Red value is 12 (5.08% from 255 or 6.09% from 197); Green value is 119 (46.88% from 255 or 60.41% from 197); Blue value is 66 (26.17% from 255 or 33.50% from 197); Max value from RGB is 119 - color contains mainly: green. Hex color #0C7742 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C7742 is #F388BD. Grayscale: #515151. Windows color (decimal): -15960254 or 4355852. OLE color: 4355852.

HSL color Cylindrical-coordinate representation of color #0C7742: hue angle of 150.28º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C7742 is Cyan = 0.90, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB1211966-
CMYK0.9000.450.53
HSL150.28º81.68%25.69%-
HSV(B)150.28º89.92%46.67%-
XYZ7.7313.677.38-
YUV80.96119.5578.81-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.09%
GREEN value IS 119 (46.88% from 255) = 60.41%
BLUE value IS 66 (26.17% from 255) = 33.50%
R=6.09%
G=60.41%
B=33.50%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12119660.9000.450.53150.2881.6825.69
HexC77425A02D3596521a
Octal141671021320556522612232
Binary1100111011110000101011010010110111010110010110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,119,66); }

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

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

 a { background-color: rgb(12,119,66); }

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

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

 span { border-color: rgb(12,119,66); }

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