#087507

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

Shades of Green #087507

Tints of Green #087507

Color information

#087507 (or 0x087507) is unknown color: approx Green. HEX triplet: 08, 75 and 07. RGB value is (8,117,7). Sum of RGB (Red+Green+Blue) = 8+117+7=132 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.06% from 132); Green value is 117 (46.09% from 255 or 88.64% from 132); Blue value is 7 (3.12% from 255 or 5.30% from 132); Max value from RGB is 117 - color contains mainly: green. Hex color #087507 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #087507 is #F78AF8. Grayscale: #484848. Windows color (decimal): -16222969 or 488712. OLE color: 488712.

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

Color convert

RGB81177-
CMYK0.9300.940.54
HSL119.45º88.71%24.31%-
HSV(B)119.45º94.02%45.88%-
XYZ6.512.792.33-
YUV71.8791.3982.44-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.06%
GREEN value IS 117 (46.09% from 255) = 88.64%
BLUE value IS 7 (3.12% from 255) = 5.30%
R=6.06%
G=88.64%
B=5.30%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal811770.9300.940.54119.4588.7124.31
Hex87575D05E36775918
Octal10165713501366616713130
Binary100011101011111011101010111101101101110111101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087507; }

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

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

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

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

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

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

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

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