#087312

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

Shades of Green #087312

Tints of Green #087312

Color information

#087312 (or 0x087312) is unknown color: approx Green. HEX triplet: 08, 73 and 12. RGB value is (8,115,18). Sum of RGB (Red+Green+Blue) = 8+115+18=141 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.67% from 141); Green value is 115 (45.31% from 255 or 81.56% from 141); Blue value is 18 (7.42% from 255 or 12.77% from 141); Max value from RGB is 115 - color contains mainly: green. Hex color #087312 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #087312 is #F78CED. Grayscale: #484848. Windows color (decimal): -16223470 or 1209096. OLE color: 1209096.

HSL color Cylindrical-coordinate representation of color #087312: hue angle of 125.61º 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 #087312 is Cyan = 0.93, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB811518-
CMYK0.9300.840.55
HSL125.61º86.99%24.12%-
HSV(B)125.61º93.04%45.1%-
XYZ6.3412.362.62-
YUV71.9597.5582.39-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.67%
GREEN value IS 115 (45.31% from 255) = 81.56%
BLUE value IS 18 (7.42% from 255) = 12.77%
R=5.67%
G=81.56%
B=12.77%

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
Decimal8115180.9300.840.55125.6186.9924.12
Hex873125D054377e5718
Octal101632213501246717612730
Binary10001110011100101011101010101001101111111110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087312; }

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

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

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

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

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

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

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

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