#0C7717

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

Shades of Green #0C7717

Tints of Green #0C7717

Color information

#0C7717 (or 0x0C7717) is unknown color: approx Green. HEX triplet: 0C, 77 and 17. RGB value is (12,119,23). Sum of RGB (Red+Green+Blue) = 12+119+23=154 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.79% from 154); Green value is 119 (46.88% from 255 or 77.27% from 154); Blue value is 23 (9.38% from 255 or 14.94% from 154); Max value from RGB is 119 - color contains mainly: green. Hex color #0C7717 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C7717 is #F388E8. Grayscale: #4C4C4C. Windows color (decimal): -15960297 or 1537804. OLE color: 1537804.

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

Color convert

RGB1211923-
CMYK0.9000.810.53
HSL126.17º81.68%25.69%-
HSV(B)126.17º89.92%46.67%-
XYZ6.913.333.02-
YUV76.0698.0582.31-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.79%
GREEN value IS 119 (46.88% from 255) = 77.27%
BLUE value IS 23 (9.38% from 255) = 14.94%
R=7.79%
G=77.27%
B=14.94%

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
Decimal12119230.9000.810.53126.1781.6825.69
HexC77175A051357e521a
Octal141672713201216517612232
Binary11001110111101111011010010100011101011111110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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