#00861B

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

Shades of Green #00861B

Tints of Green #00861B

Color information

#00861B (or 0x00861B) is unknown color: approx Green. HEX triplet: 00, 86 and 1B. RGB value is (0,134,27). Sum of RGB (Red+Green+Blue) = 0+134+27=161 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 161); Green value is 134 (52.73% from 255 or 83.23% from 161); Blue value is 27 (10.94% from 255 or 16.77% from 161); Max value from RGB is 134 - color contains mainly: green. Hex color #00861B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00861B is #FF79E4. Grayscale: #525252. Windows color (decimal): -16742885 or 1803776. OLE color: 1803776.

HSL color Cylindrical-coordinate representation of color #00861B: hue angle of 132.09º 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 #00861B is Cyan = 1, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.47.

Color convert

RGB013427-
CMYK100.800.47
HSL132.09º100%26.27%-
HSV(B)132.09º100%52.55%-
XYZ8.7217.133.88-
YUV81.7497.1169.7-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 134 (52.73% from 255) = 83.23%
BLUE value IS 27 (10.94% from 255) = 16.77%
R=0%
G=83.23%
B=16.77%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal013427100.800.47132.0910026.27
Hex0861B640502F84641a
Octal02063314401205720414432
Binary0100001101101111001000101000010111110000100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00861B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00861B; }

 p { color: rgb(0,134,27); }

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

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

 a { background-color: rgb(0,134,27); }

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

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

 span { border-color: rgb(0,134,27); }

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