#087502

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

Shades of Green #087502

Tints of Green #087502

Color information

#087502 (or 0x087502) is unknown color: approx Green. HEX triplet: 08, 75 and 02. RGB value is (8,117,2). Sum of RGB (Red+Green+Blue) = 8+117+2=127 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.30% from 127); Green value is 117 (46.09% from 255 or 92.13% from 127); Blue value is 2 (1.17% from 255 or 1.57% from 127); Max value from RGB is 117 - color contains mainly: green. Hex color #087502 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #087502 is #F78AFD. Grayscale: #474747. Windows color (decimal): -16222974 or 161032. OLE color: 161032.

HSL color Cylindrical-coordinate representation of color #087502: hue angle of 116.87º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #087502 is Cyan = 0.93, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.54.

Color convert

RGB81172-
CMYK0.9300.980.54
HSL116.87º96.64%23.33%-
HSV(B)116.87º98.29%45.88%-
XYZ6.4712.782.18-
YUV71.388.8982.85-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.30%
GREEN value IS 117 (46.09% from 255) = 92.13%
BLUE value IS 2 (1.17% from 255) = 1.57%
R=6.30%
G=92.13%
B=1.57%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal811720.9300.980.54116.8796.6423.33
Hex87525D06236756117
Octal10165213501426616514127
Binary10001110101101011101011000101101101110101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087502; }

 p { color: rgb(8,117,2); }

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

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

 a { background-color: rgb(8,117,2); }

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

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

 span { border-color: rgb(8,117,2); }

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