#0C711B

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

Shades of Green #0C711B

Tints of Green #0C711B

Color information

#0C711B (or 0x0C711B) is unknown color: approx Green. HEX triplet: 0C, 71 and 1B. RGB value is (12,113,27). Sum of RGB (Red+Green+Blue) = 12+113+27=152 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.89% from 152); Green value is 113 (44.53% from 255 or 74.34% from 152); Blue value is 27 (10.94% from 255 or 17.76% from 152); Max value from RGB is 113 - color contains mainly: green. Hex color #0C711B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C711B is #F38EE4. Grayscale: #494949. Windows color (decimal): -15961829 or 1798412. OLE color: 1798412.

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

Color convert

RGB1211327-
CMYK0.8900.760.56
HSL128.91º80.8%24.51%-
HSV(B)128.91º89.38%44.31%-
XYZ6.2511.973.02-
YUV73102.0484.49-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.89%
GREEN value IS 113 (44.53% from 255) = 74.34%
BLUE value IS 27 (10.94% from 255) = 17.76%
R=7.89%
G=74.34%
B=17.76%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal12113270.8900.760.56128.9180.824.51
HexC711B5904C38815119
Octal141613313101147020112131
Binary110011100011101110110010100110011100010000001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C711B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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