#087212

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

Shades of Green #087212

Tints of Green #087212

Color information

#087212 (or 0x087212) is unknown color: approx Green. HEX triplet: 08, 72 and 12. RGB value is (8,114,18). Sum of RGB (Red+Green+Blue) = 8+114+18=140 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.71% from 140); Green value is 114 (44.92% from 255 or 81.43% from 140); Blue value is 18 (7.42% from 255 or 12.86% from 140); Max value from RGB is 114 - color contains mainly: green. Hex color #087212 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #087212 is #F78DED. Grayscale: #474747. Windows color (decimal): -16223726 or 1208840. OLE color: 1208840.

HSL color Cylindrical-coordinate representation of color #087212: hue angle of 125.66º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087212 is Cyan = 0.93, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB811418-
CMYK0.9300.840.55
HSL125.66º86.89%23.92%-
HSV(B)125.66º92.98%44.71%-
XYZ6.2312.132.59-
YUV71.3697.8882.81-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.71%
GREEN value IS 114 (44.92% from 255) = 81.43%
BLUE value IS 18 (7.42% from 255) = 12.86%
R=5.71%
G=81.43%
B=12.86%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8114180.9300.840.55125.6686.8923.92
Hex872125D054377e5718
Octal101622213501246717612730
Binary10001110010100101011101010101001101111111110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087212; }

 p { color: rgb(8,114,18); }

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

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

 a { background-color: rgb(8,114,18); }

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

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

 span { border-color: rgb(8,114,18); }

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