Html Css Color HEX #96870B Olive

📋 copy color: '#96870B'

red 150 ◦ green 135 ◦ blue 11

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

Shades of Olive #96870B

Tints of Olive #96870B

RGB

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

 GREEN value IS 135 (53.13% from 255) = 45.61%

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

R = 50.68%
G = 45.61%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#96870B (or 0x96870B) is known color: Olive. HEX triplet: 96, 87 and 0B. RGB value is (150,135,11). Sum of RGB (Red+Green+Blue) = 150+135+11=296 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.68% from 296); Green value is 135 (53.12% from 255 or 45.61% from 296); Blue value is 11 (4.69% from 255 or 3.72% from 296); Max value from RGB is 150 - color contains mainly: red. Hex color #96870B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96870B is #6978F4. Grayscale: #7D7D7D. Windows color (decimal): -6912245 or 755606. OLE color: 755606.

HSL color Cylindrical-coordinate representation of color #96870B: hue angle of 53.53º 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 #96870B is Cyan = 0, Magento = 0.1, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 135 11 -
CMYK 0 0.1 0.93 0.41
HSL 53.53º 0.86% 0.32% -
HSV(B) 53.53º 0.93% 0.59% -
XYZ 21.3 23.84 3.79 -
YUV 125.35 63.47 145.58 -
System Red Green Blue C M Y K H S L
Decimal 150 135 11 0 0.1 0.93 0.41 53.53 0.86 0.32
Hex 96 87 B 0 A 5D 29 36 56 20
Octal 226 207 13 0 12 135 51 66 126 40
Binary 10010110 10000111 1011 0 1010 1011101 101001 110110 1010110 100000

Color Harmonies of #96870B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96870B

Black with #96870B

Text Example


Text Example

White with #96870B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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