#087812

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

Shades of Green #087812

Tints of Green #087812

Color information

#087812 (or 0x087812) is unknown color: approx Green. HEX triplet: 08, 78 and 12. RGB value is (8,120,18). Sum of RGB (Red+Green+Blue) = 8+120+18=146 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.48% from 146); Green value is 120 (47.27% from 255 or 82.19% from 146); Blue value is 18 (7.42% from 255 or 12.33% from 146); Max value from RGB is 120 - color contains mainly: green. Hex color #087812 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #087812 is #F787ED. Grayscale: #4B4B4B. Windows color (decimal): -16222190 or 1210376. OLE color: 1210376.

HSL color Cylindrical-coordinate representation of color #087812: hue angle of 125.36º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087812 is Cyan = 0.93, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB812018-
CMYK0.9300.850.53
HSL125.36º87.5%25.1%-
HSV(B)125.36º93.33%47.06%-
XYZ6.9313.532.82-
YUV74.8895.8980.29-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.48%
GREEN value IS 120 (47.27% from 255) = 82.19%
BLUE value IS 18 (7.42% from 255) = 12.33%
R=5.48%
G=82.19%
B=12.33%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8120180.9300.850.53125.3687.525.1
Hex878125D055357d5819
Octal101702213501256517513031
Binary10001111000100101011101010101011101011111101101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087812; }

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

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

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

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

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

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

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

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