#0C7007

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

Shades of Green #0C7007

Tints of Green #0C7007

Color information

#0C7007 (or 0x0C7007) is unknown color: approx Green. HEX triplet: 0C, 70 and 07. RGB value is (12,112,7). Sum of RGB (Red+Green+Blue) = 12+112+7=131 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.16% from 131); Green value is 112 (44.14% from 255 or 85.50% from 131); Blue value is 7 (3.12% from 255 or 5.34% from 131); Max value from RGB is 112 - color contains mainly: green. Hex color #0C7007 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C7007 is #F38FF8. Grayscale: #464646. Windows color (decimal): -15962105 or 487436. OLE color: 487436.

HSL color Cylindrical-coordinate representation of color #0C7007: hue angle of 117.14º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C7007 is Cyan = 0.89, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.56.

Color convert

RGB121127-
CMYK0.8900.940.56
HSL117.14º88.24%23.33%-
HSV(B)117.14º93.75%43.92%-
XYZ5.9811.682.14-
YUV70.1392.3786.54-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.16%
GREEN value IS 112 (44.14% from 255) = 85.50%
BLUE value IS 7 (3.12% from 255) = 5.34%
R=9.16%
G=85.50%
B=5.34%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1211270.8900.940.56117.1488.2423.33
HexC7075905E38755817
Octal14160713101367016513027
Binary110011100001111011001010111101110001110101101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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