#0C711A

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

Shades of Green #0C711A

Tints of Green #0C711A

Color information

#0C711A (or 0x0C711A) is unknown color: approx Green. HEX triplet: 0C, 71 and 1A. RGB value is (12,113,26). Sum of RGB (Red+Green+Blue) = 12+113+26=151 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.95% from 151); Green value is 113 (44.53% from 255 or 74.83% from 151); Blue value is 26 (10.55% from 255 or 17.22% from 151); Max value from RGB is 113 - color contains mainly: green. Hex color #0C711A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C711A is #F38EE5. Grayscale: #494949. Windows color (decimal): -15961830 or 1732876. OLE color: 1732876.

HSL color Cylindrical-coordinate representation of color #0C711A: hue angle of 128.32º 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 #0C711A is Cyan = 0.89, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB1211326-
CMYK0.8900.770.56
HSL128.32º80.8%24.51%-
HSV(B)128.32º89.38%44.31%-
XYZ6.2411.962.96-
YUV72.88101.5484.57-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.95%
GREEN value IS 113 (44.53% from 255) = 74.83%
BLUE value IS 26 (10.55% from 255) = 17.22%
R=7.95%
G=74.83%
B=17.22%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal12113260.8900.770.56128.3280.824.51
HexC711A5904D38805119
Octal141613213101157020012131
Binary110011100011101010110010100110111100010000000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C711A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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