#008701

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

Shades of Green #008701

Tints of Green #008701

Color information

#008701 (or 0x008701) is unknown color: approx Green. HEX triplet: 00, 87 and 01. RGB value is (0,135,1). Sum of RGB (Red+Green+Blue) = 0+135+1=136 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 136); Green value is 135 (53.12% from 255 or 99.26% from 136); Blue value is 1 (0.78% from 255 or 0.74% from 136); Max value from RGB is 135 - color contains mainly: green. Hex color #008701 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008701 is #FF78FE. Grayscale: #4F4F4F. Windows color (decimal): -16742655 or 100096. OLE color: 100096.

HSL color Cylindrical-coordinate representation of color #008701: hue angle of 120.44º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008701 is Cyan = 1, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB01351-
CMYK100.990.47
HSL120.44º100%26.47%-
HSV(B)120.44º100%52.94%-
XYZ8.6717.332.92-
YUV79.3683.7771.4-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 135 (53.12% from 255) = 99.26%
BLUE value IS 1 (0.78% from 255) = 0.74%
R=0%
G=99.26%
B=0.74%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal01351100.990.47120.4410026.47
Hex0871640632F78641a
Octal0207114401435717014432
Binary01000011111100100011000111011111111000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008701; }

 p { color: rgb(0,135,1); }

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

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

 a { background-color: rgb(0,135,1); }

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

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

 span { border-color: rgb(0,135,1); }

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