#087301

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

Shades of Green #087301

Tints of Green #087301

Color information

#087301 (or 0x087301) is unknown color: approx Green. HEX triplet: 08, 73 and 01. RGB value is (8,115,1). Sum of RGB (Red+Green+Blue) = 8+115+1=124 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.45% from 124); Green value is 115 (45.31% from 255 or 92.74% from 124); Blue value is 1 (0.78% from 255 or 0.81% from 124); Max value from RGB is 115 - color contains mainly: green. Hex color #087301 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #087301 is #F78CFE. Grayscale: #464646. Windows color (decimal): -16223487 or 94984. OLE color: 94984.

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

Color convert

RGB81151-
CMYK0.9300.990.55
HSL116.32º98.28%22.75%-
HSV(B)116.32º99.13%45.1%-
XYZ6.2412.322.08-
YUV70.0189.0583.77-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.45%
GREEN value IS 115 (45.31% from 255) = 92.74%
BLUE value IS 1 (0.78% from 255) = 0.81%
R=6.45%
G=92.74%
B=0.81%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal811510.9300.990.55116.3298.2822.75
Hex87315D06337746217
Octal10163113501436716414227
Binary1000111001111011101011000111101111110100110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087301; }

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

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

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

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

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

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

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

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