Html Css Color HEX #00860B Green

📋 copy color: '#00860B'

red 0 ◦ green 134 ◦ blue 11

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

Shades of Green #00860B

Tints of Green #00860B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 7.59%

R = 0%
G = 92.41%
B = 7.59%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.92

 K value IS 0.47

RGB Variations

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

Color information

#00860B (or 0x00860B) is known color: Green. HEX triplet: 00, 86 and 0B. RGB value is (0,134,11). Sum of RGB (Red+Green+Blue) = 0+134+11=145 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 145); Green value is 134 (52.73% from 255 or 92.41% from 145); Blue value is 11 (4.69% from 255 or 7.59% from 145); Max value from RGB is 134 - color contains mainly: green. Hex color #00860B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #00860B is #FF79F4. Grayscale: #505050. Windows color (decimal): -16742901 or 755200. OLE color: 755200.

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

Color convert

RGB 0 134 11 -
CMYK 1 0 0.92 0.47
HSL 124.93º 1% 0.26% -
HSV(B) 124.93º 1% 0.53% -
XYZ 8.59 17.07 3.16 -
YUV 79.91 89.11 71 -
System Red Green Blue C M Y K H S L
Decimal 0 134 11 1 0 0.92 0.47 124.93 1 0.26
Hex 0 86 B 64 0 5C 2F 7D 64 1A
Octal 0 206 13 144 0 134 57 175 144 32
Binary 0 10000110 1011 1100100 0 1011100 101111 1111101 1100100 11010

Color Harmonies of #00860B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00860B

Black with #00860B

Text Example


Text Example

White with #00860B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00860B;
 }
 .AnyTagClassName
 {
   color: #00860B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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