#087A05

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

Shades of Green #087A05

Tints of Green #087A05

Color information

#087A05 (or 0x087A05) is unknown color: approx Green. HEX triplet: 08, 7A and 05. RGB value is (8,122,5). Sum of RGB (Red+Green+Blue) = 8+122+5=135 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.93% from 135); Green value is 122 (48.05% from 255 or 90.37% from 135); Blue value is 5 (2.34% from 255 or 3.70% from 135); Max value from RGB is 122 - color contains mainly: green. Hex color #087A05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #087A05 is #F785FA. Grayscale: #4A4A4A. Windows color (decimal): -16221691 or 358920. OLE color: 358920.

HSL color Cylindrical-coordinate representation of color #087A05: hue angle of 118.46º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #087A05 is Cyan = 0.93, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.52.

Color convert

RGB81225-
CMYK0.9300.960.52
HSL118.46º92.13%24.9%-
HSV(B)118.46º95.9%47.84%-
XYZ7.0913.982.47-
YUV74.5888.7380.51-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.93%
GREEN value IS 122 (48.05% from 255) = 90.37%
BLUE value IS 5 (2.34% from 255) = 3.70%
R=5.93%
G=90.37%
B=3.70%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal812250.9300.960.52118.4692.1324.9
Hex87A55D06034765c19
Octal10172513501406416613431
Binary100011110101011011101011000001101001110110101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087A05; }

 p { color: rgb(8,122,5); }

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

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

 a { background-color: rgb(8,122,5); }

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

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

 span { border-color: rgb(8,122,5); }

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