Html Css Color HEX #96880A Olive

📋 copy color: '#96880A'

red 150 ◦ green 136 ◦ blue 10

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

Shades of Olive #96880A

Tints of Olive #96880A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 45.95%

 BLUE value IS 10 (4.3% from 255) = 3.38%

R = 50.68%
G = 45.95%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#96880A (or 0x96880A) is known color: Olive. HEX triplet: 96, 88 and 0A. RGB value is (150,136,10). Sum of RGB (Red+Green+Blue) = 150+136+10=296 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.68% from 296); Green value is 136 (53.52% from 255 or 45.95% from 296); Blue value is 10 (4.30% from 255 or 3.38% from 296); Max value from RGB is 150 - color contains mainly: red. Hex color #96880A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96880A is #6977F5. Grayscale: #7E7E7E. Windows color (decimal): -6911990 or 690326. OLE color: 690326.

HSL color Cylindrical-coordinate representation of color #96880A: hue angle of 54º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #96880A is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 136 10 -
CMYK 0 0.09 0.93 0.41
HSL 54º 0.88% 0.31% -
HSV(B) 54º 0.93% 0.59% -
XYZ 21.44 24.11 3.81 -
YUV 125.82 62.64 145.25 -
System Red Green Blue C M Y K H S L
Decimal 150 136 10 0 0.09 0.93 0.41 54 0.88 0.31
Hex 96 88 A 0 9 5D 29 36 58 1F
Octal 226 210 12 0 11 135 51 66 130 37
Binary 10010110 10001000 1010 0 1001 1011101 101001 110110 1011000 11111

Color Harmonies of #96880A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96880A

Black with #96880A

Text Example


Text Example

White with #96880A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96880A; }

 p { color: rgb(150,136,10); }

 H1.HeaderClassName
 {
   color: #96880A;
 }
 .AnyTagClassName
 {
   color: #96880A;
 }
</style>

background-color css

<style>
 a { background-color: #96880A; }

 a { background-color: rgb(150,136,10); }

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

border-color css

<style>
 span { border-color: #96880A; }

 span { border-color: rgb(150,136,10); }

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