#087001

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

Shades of Green #087001

Tints of Green #087001

Color information

#087001 (or 0x087001) is unknown color: approx Green. HEX triplet: 08, 70 and 01. RGB value is (8,112,1). Sum of RGB (Red+Green+Blue) = 8+112+1=121 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.61% from 121); Green value is 112 (44.14% from 255 or 92.56% from 121); Blue value is 1 (0.78% from 255 or 0.83% from 121); Max value from RGB is 112 - color contains mainly: green. Hex color #087001 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #087001 is #F78FFE. Grayscale: #444444. Windows color (decimal): -16224255 or 94216. OLE color: 94216.

HSL color Cylindrical-coordinate representation of color #087001: hue angle of 116.22º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #087001 is Cyan = 0.93, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB81121-
CMYK0.9300.990.56
HSL116.22º98.23%22.16%-
HSV(B)116.22º99.11%43.92%-
XYZ5.911.641.96-
YUV68.2590.0485.03-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.61%
GREEN value IS 112 (44.14% from 255) = 92.56%
BLUE value IS 1 (0.78% from 255) = 0.83%
R=6.61%
G=92.56%
B=0.83%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal811210.9300.990.56116.2298.2322.16
Hex87015D06338746216
Octal10160113501437016414226
Binary1000111000011011101011000111110001110100110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087001; }

 p { color: rgb(8,112,1); }

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

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

 a { background-color: rgb(8,112,1); }

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

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

 span { border-color: rgb(8,112,1); }

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