#087600

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

Shades of Green #087600

Tints of Green #087600

Color information

#087600 (or 0x087600) is unknown color: approx Green. HEX triplet: 08, 76 and 00. RGB value is (8,118,0). Sum of RGB (Red+Green+Blue) = 8+118+0=126 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.35% from 126); Green value is 118 (46.48% from 255 or 93.65% from 126); Blue value is 0 (0.39% from 255 or 0% from 126); Max value from RGB is 118 - color contains mainly: green. Hex color #087600 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #087600 is #F789FF. Grayscale: #484848. Windows color (decimal): -16222720 or 30216. OLE color: 30216.

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

Color convert

RGB81180-
CMYK0.93010.54
HSL115.93º100%23.14%-
HSV(B)115.93º100%46.27%-
XYZ6.5813.012.16-
YUV71.6687.5682.59-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.35%
GREEN value IS 118 (46.48% from 255) = 93.65%
BLUE value IS 0 (0.39% from 255) = 0%
R=6.35%
G=93.65%
B=0%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal811800.93010.54115.9310023.14
Hex87605D06436746417
Octal10166013501446616414427
Binary1000111011001011101011001001101101110100110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087600; }

 p { color: rgb(8,118,0); }

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

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

 a { background-color: rgb(8,118,0); }

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

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

 span { border-color: rgb(8,118,0); }

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