Html Css Color HEX #00861F Green

📋 copy color: '#00861F'

red 0 ◦ green 134 ◦ blue 31

#00861F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #00861F

Tints of Green #00861F

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 134 (52.73% from 255) = 81.21%

 BLUE value IS 31 (12.5% from 255) = 18.79%

R = 0%
G = 81.21%
B = 18.79%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#00861F (or 0x00861F) is known color: Green. HEX triplet: 00, 86 and 1F. RGB value is (0,134,31). Sum of RGB (Red+Green+Blue) = 0+134+31=165 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 165); Green value is 134 (52.73% from 255 or 81.21% from 165); Blue value is 31 (12.5% from 255 or 18.79% from 165); Max value from RGB is 134 - color contains mainly: green. Hex color #00861F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00861F is #FF79E0. Grayscale: #525252. Windows color (decimal): -16742881 or 2065920. OLE color: 2065920.

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

Color convert

RGB 0 134 31 -
CMYK 1 0 0.77 0.47
HSL 133.88º 1% 0.26% -
HSV(B) 133.88º 1% 0.53% -
XYZ 8.77 17.15 4.14 -
YUV 82.19 99.11 69.38 -
System Red Green Blue C M Y K H S L
Decimal 0 134 31 1 0 0.77 0.47 133.88 1 0.26
Hex 0 86 1F 64 0 4D 2F 86 64 1A
Octal 0 206 37 144 0 115 57 206 144 32
Binary 0 10000110 11111 1100100 0 1001101 101111 10000110 1100100 11010

Color Harmonies of #00861F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00861F

Black with #00861F

Text Example


Text Example

White with #00861F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00861F;
 }
 .AnyTagClassName
 {
   color: #00861F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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