#0C5B07

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

Shades of Green #0C5B07

Tints of Green #0C5B07

Color information

#0C5B07 (or 0x0C5B07) is unknown color: approx Green. HEX triplet: 0C, 5B and 07. RGB value is (12,91,7). Sum of RGB (Red+Green+Blue) = 12+91+7=110 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.91% from 110); Green value is 91 (35.94% from 255 or 82.73% from 110); Blue value is 7 (3.12% from 255 or 6.36% from 110); Max value from RGB is 91 - color contains mainly: green. Hex color #0C5B07 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C5B07 is #F3A4F8. Grayscale: #3A3A3A. Windows color (decimal): -15967481 or 482060. OLE color: 482060.

HSL color Cylindrical-coordinate representation of color #0C5B07: hue angle of 116.43º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C5B07 is Cyan = 0.87, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.64.

Color convert

RGB12917-
CMYK0.8700.920.64
HSL116.43º85.71%19.22%-
HSV(B)116.43º92.31%35.69%-
XYZ3.937.581.46-
YUV57.899.3395.33-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 10.91%
GREEN value IS 91 (35.94% from 255) = 82.73%
BLUE value IS 7 (3.12% from 255) = 6.36%
R=10.91%
G=82.73%
B=6.36%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal129170.8700.920.64116.4385.7119.22
HexC5B75705C40745613
Octal141337127013410016412623
Binary1100101101111110101110101110010000001110100101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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