Html Css Color HEX #89880B Olive

📋 copy color: '#89880B'

red 137 ◦ green 136 ◦ blue 11

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

Shades of Olive #89880B

Tints of Olive #89880B

RGB

 RED value IS 137 (53.91% from 255) = 48.24%

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

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

R = 48.24%
G = 47.89%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.92

 K value IS 0.46

RGB Variations

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

Color information

#89880B (or 0x89880B) is known color: Olive. HEX triplet: 89, 88 and 0B. RGB value is (137,136,11). Sum of RGB (Red+Green+Blue) = 137+136+11=284 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.24% from 284); Green value is 136 (53.52% from 255 or 47.89% from 284); Blue value is 11 (4.69% from 255 or 3.87% from 284); Max value from RGB is 137 - color contains mainly: red. Hex color #89880B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #89880B is #7677F4. Grayscale: #7A7A7A. Windows color (decimal): -7763957 or 755849. OLE color: 755849.

HSL color Cylindrical-coordinate representation of color #89880B: hue angle of 59.52º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #89880B is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 136 11 -
CMYK 0 0.01 0.92 0.46
HSL 59.52º 0.85% 0.29% -
HSV(B) 59.52º 0.92% 0.54% -
XYZ 19.18 22.95 3.74 -
YUV 122.05 65.33 138.66 -
System Red Green Blue C M Y K H S L
Decimal 137 136 11 0 0.01 0.92 0.46 59.52 0.85 0.29
Hex 89 88 B 0 1 5C 2E 3C 55 1D
Octal 211 210 13 0 1 134 56 74 125 35
Binary 10001001 10001000 1011 0 1 1011100 101110 111100 1010101 11101

Color Harmonies of #89880B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89880B

Black with #89880B

Text Example


Text Example

White with #89880B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,136,11); }

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

background-color css

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

 a { background-color: rgb(137,136,11); }

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

border-color css

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

 span { border-color: rgb(137,136,11); }

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