#0C7110

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

Shades of Green #0C7110

Tints of Green #0C7110

Color information

#0C7110 (or 0x0C7110) is unknown color: approx Green. HEX triplet: 0C, 71 and 10. RGB value is (12,113,16). Sum of RGB (Red+Green+Blue) = 12+113+16=141 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.51% from 141); Green value is 113 (44.53% from 255 or 80.14% from 141); Blue value is 16 (6.64% from 255 or 11.35% from 141); Max value from RGB is 113 - color contains mainly: green. Hex color #0C7110 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C7110 is #F38EEF. Grayscale: #484848. Windows color (decimal): -15961840 or 1077516. OLE color: 1077516.

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

Color convert

RGB1211316-
CMYK0.8900.860.56
HSL122.38º80.8%24.51%-
HSV(B)122.38º89.38%44.31%-
XYZ6.1511.932.47-
YUV71.7496.5485.39-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.51%
GREEN value IS 113 (44.53% from 255) = 80.14%
BLUE value IS 16 (6.64% from 255) = 11.35%
R=8.51%
G=80.14%
B=11.35%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal12113160.8900.860.56122.3880.824.51
HexC711059056387a5119
Octal141612013101267017212131
Binary11001110001100001011001010101101110001111010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,113,16); }

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

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

 a { background-color: rgb(12,113,16); }

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

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

 span { border-color: rgb(12,113,16); }

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