#0C773E

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

Shades of Dark Spring Green #0C773E

Tints of Dark Spring Green #0C773E

Color information

#0C773E (or 0x0C773E) is unknown color: approx Dark Spring Green. HEX triplet: 0C, 77 and 3E. RGB value is (12,119,62). Sum of RGB (Red+Green+Blue) = 12+119+62=193 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.22% from 193); Green value is 119 (46.88% from 255 or 61.66% from 193); Blue value is 62 (24.61% from 255 or 32.12% from 193); Max value from RGB is 119 - color contains mainly: green. Hex color #0C773E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C773E is #F388C1. Grayscale: #505050. Windows color (decimal): -15960258 or 4093708. OLE color: 4093708.

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

Color convert

RGB1211962-
CMYK0.9000.480.53
HSL148.04º81.68%25.69%-
HSV(B)148.04º89.92%46.67%-
XYZ7.6213.626.78-
YUV80.51117.5579.13-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.22%
GREEN value IS 119 (46.88% from 255) = 61.66%
BLUE value IS 62 (24.61% from 255) = 32.12%
R=6.22%
G=61.66%
B=32.12%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12119620.9000.480.53148.0481.6825.69
HexC773E5A0303594521a
Octal14167761320606522412232
Binary110011101111111101011010011000011010110010100101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C773E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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