#0C5F07

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

Shades of Green #0C5F07

Tints of Green #0C5F07

Color information

#0C5F07 (or 0x0C5F07) is unknown color: approx Green. HEX triplet: 0C, 5F and 07. RGB value is (12,95,7). Sum of RGB (Red+Green+Blue) = 12+95+7=114 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.53% from 114); Green value is 95 (37.5% from 255 or 83.33% from 114); Blue value is 7 (3.12% from 255 or 6.14% from 114); Max value from RGB is 95 - color contains mainly: green. Hex color #0C5F07 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C5F07 is #F3A0F8. Grayscale: #3C3C3C. Windows color (decimal): -15966457 or 483084. OLE color: 483084.

HSL color Cylindrical-coordinate representation of color #0C5F07: hue angle of 116.59º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C5F07 is Cyan = 0.87, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.63.

Color convert

RGB12957-
CMYK0.8700.930.63
HSL116.59º86.27%20%-
HSV(B)116.59º92.63%37.25%-
XYZ4.288.281.57-
YUV60.159893.66-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 10.53%
GREEN value IS 95 (37.5% from 255) = 83.33%
BLUE value IS 7 (3.12% from 255) = 6.14%
R=10.53%
G=83.33%
B=6.14%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal129570.8700.930.63116.5986.2720
HexC5F75705D3F755614
Octal14137712701357716512624
Binary110010111111111010111010111011111111110101101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,95,7); }

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

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

 a { background-color: rgb(12,95,7); }

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

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

 span { border-color: rgb(12,95,7); }

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