#0C8711

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

Shades of Green #0C8711

Tints of Green #0C8711

Color information

#0C8711 (or 0x0C8711) is unknown color: approx Green. HEX triplet: 0C, 87 and 11. RGB value is (12,135,17). Sum of RGB (Red+Green+Blue) = 12+135+17=164 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.32% from 164); Green value is 135 (53.12% from 255 or 82.32% from 164); Blue value is 17 (7.03% from 255 or 10.37% from 164); Max value from RGB is 135 - color contains mainly: green. Hex color #0C8711 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C8711 is #F378EE. Grayscale: #555555. Windows color (decimal): -15956207 or 1148684. OLE color: 1148684.

HSL color Cylindrical-coordinate representation of color #0C8711: hue angle of 122.44º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8711 is Cyan = 0.91, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB1213517-
CMYK0.9100.870.47
HSL122.44º83.67%28.82%-
HSV(B)122.44º91.11%52.94%-
XYZ8.9217.453.43-
YUV84.7789.7576.09-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.32%
GREEN value IS 135 (53.12% from 255) = 82.32%
BLUE value IS 17 (7.03% from 255) = 10.37%
R=7.32%
G=82.32%
B=10.37%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal12135170.9100.870.47122.4483.6728.82
HexC87115B0572F7a541d
Octal142072113301275717212435
Binary110010000111100011011011010101111011111111010101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,135,17); }

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

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

 a { background-color: rgb(12,135,17); }

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

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

 span { border-color: rgb(12,135,17); }

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