#0C7817

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

Shades of Green #0C7817

Tints of Green #0C7817

Color information

#0C7817 (or 0x0C7817) is unknown color: approx Green. HEX triplet: 0C, 78 and 17. RGB value is (12,120,23). Sum of RGB (Red+Green+Blue) = 12+120+23=155 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.74% from 155); Green value is 120 (47.27% from 255 or 77.42% from 155); Blue value is 23 (9.38% from 255 or 14.84% from 155); Max value from RGB is 120 - color contains mainly: green. Hex color #0C7817 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C7817 is #F387E8. Grayscale: #4C4C4C. Windows color (decimal): -15960041 or 1538060. OLE color: 1538060.

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

Color convert

RGB1212023-
CMYK0.9000.810.53
HSL126.11º81.82%25.88%-
HSV(B)126.11º90%47.06%-
XYZ7.0213.573.06-
YUV76.6597.7281.89-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.74%
GREEN value IS 120 (47.27% from 255) = 77.42%
BLUE value IS 23 (9.38% from 255) = 14.84%
R=7.74%
G=77.42%
B=14.84%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12120230.9000.810.53126.1181.8225.88
HexC78175A051357e521a
Octal141702713201216517612232
Binary11001111000101111011010010100011101011111110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,120,23); }

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

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

 a { background-color: rgb(12,120,23); }

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

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

 span { border-color: rgb(12,120,23); }

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