#0C773C

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

Shades of Dark Spring Green #0C773C

Tints of Dark Spring Green #0C773C

Color information

#0C773C (or 0x0C773C) is unknown color: approx Dark Spring Green. HEX triplet: 0C, 77 and 3C. RGB value is (12,119,60). Sum of RGB (Red+Green+Blue) = 12+119+60=191 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.28% from 191); Green value is 119 (46.88% from 255 or 62.30% from 191); Blue value is 60 (23.83% from 255 or 31.41% from 191); Max value from RGB is 119 - color contains mainly: green. Hex color #0C773C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C773C is #F388C3. Grayscale: #505050. Windows color (decimal): -15960260 or 3962636. OLE color: 3962636.

HSL color Cylindrical-coordinate representation of color #0C773C: hue angle of 146.92º 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 #0C773C is Cyan = 0.90, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB1211960-
CMYK0.9000.500.53
HSL146.92º81.68%25.69%-
HSV(B)146.92º89.92%46.67%-
XYZ7.5613.66.5-
YUV80.28116.5579.3-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.28%
GREEN value IS 119 (46.88% from 255) = 62.30%
BLUE value IS 60 (23.83% from 255) = 31.41%
R=6.28%
G=62.30%
B=31.41%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12119600.9000.500.53146.9281.6825.69
HexC773C5A0323593521a
Octal14167741320626522312232
Binary110011101111111001011010011001011010110010011101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C773C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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