Html Css Color HEX #89800D Olive

📋 copy color: '#89800D'

red 137 ◦ green 128 ◦ blue 13

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

Shades of Olive #89800D

Tints of Olive #89800D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 46.04%

 BLUE value IS 13 (5.47% from 255) = 4.68%

R = 49.28%
G = 46.04%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.91

 K value IS 0.46

RGB Variations

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

Color information

#89800D (or 0x89800D) is known color: Olive. HEX triplet: 89, 80 and 0D. RGB value is (137,128,13). Sum of RGB (Red+Green+Blue) = 137+128+13=278 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.28% from 278); Green value is 128 (50.39% from 255 or 46.04% from 278); Blue value is 13 (5.47% from 255 or 4.68% from 278); Max value from RGB is 137 - color contains mainly: red. Hex color #89800D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #89800D is #767FF2. Grayscale: #767676. Windows color (decimal): -7766003 or 884873. OLE color: 884873.

HSL color Cylindrical-coordinate representation of color #89800D: hue angle of 55.65º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #89800D is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 128 13 -
CMYK 0 0.07 0.91 0.46
HSL 55.65º 0.83% 0.29% -
HSV(B) 55.65º 0.91% 0.54% -
XYZ 18.11 20.79 3.44 -
YUV 117.58 68.98 141.85 -
System Red Green Blue C M Y K H S L
Decimal 137 128 13 0 0.07 0.91 0.46 55.65 0.83 0.29
Hex 89 80 D 0 7 5B 2E 38 53 1D
Octal 211 200 15 0 7 133 56 70 123 35
Binary 10001001 10000000 1101 0 111 1011011 101110 111000 1010011 11101

Color Harmonies of #89800D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89800D

Black with #89800D

Text Example


Text Example

White with #89800D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89800D; }

 p { color: rgb(137,128,13); }

 H1.HeaderClassName
 {
   color: #89800D;
 }
 .AnyTagClassName
 {
   color: #89800D;
 }
</style>

background-color css

<style>
 a { background-color: #89800D; }

 a { background-color: rgb(137,128,13); }

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

border-color css

<style>
 span { border-color: #89800D; }

 span { border-color: rgb(137,128,13); }

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