Html Css Color HEX #96860B Olive

📋 copy color: '#96860B'

red 150 ◦ green 134 ◦ blue 11

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

Shades of Olive #96860B

Tints of Olive #96860B

RGB

 RED value IS 150 (58.98% from 255) = 50.85%

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

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

R = 50.85%
G = 45.42%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#96860B (or 0x96860B) is known color: Olive. HEX triplet: 96, 86 and 0B. RGB value is (150,134,11). Sum of RGB (Red+Green+Blue) = 150+134+11=295 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.85% from 295); Green value is 134 (52.73% from 255 or 45.42% from 295); Blue value is 11 (4.69% from 255 or 3.73% from 295); Max value from RGB is 150 - color contains mainly: red. Hex color #96860B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96860B is #6979F4. Grayscale: #7D7D7D. Windows color (decimal): -6912501 or 755350. OLE color: 755350.

HSL color Cylindrical-coordinate representation of color #96860B: hue angle of 53.09º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #96860B is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 134 11 -
CMYK 0 0.11 0.93 0.41
HSL 53.09º 0.86% 0.32% -
HSV(B) 53.09º 0.93% 0.59% -
XYZ 21.16 23.56 3.75 -
YUV 124.76 63.8 146 -
System Red Green Blue C M Y K H S L
Decimal 150 134 11 0 0.11 0.93 0.41 53.09 0.86 0.32
Hex 96 86 B 0 B 5D 29 35 56 20
Octal 226 206 13 0 13 135 51 65 126 40
Binary 10010110 10000110 1011 0 1011 1011101 101001 110101 1010110 100000

Color Harmonies of #96860B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96860B

Black with #96860B

Text Example


Text Example

White with #96860B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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