Html Css Color HEX #89820D Olive

📋 copy color: '#89820D'

red 137 ◦ green 130 ◦ blue 13

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

Shades of Olive #89820D

Tints of Olive #89820D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 46.43%

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

R = 48.93%
G = 46.43%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.91

 K value IS 0.46

RGB Variations

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

Color information

#89820D (or 0x89820D) is known color: Olive. HEX triplet: 89, 82 and 0D. RGB value is (137,130,13). Sum of RGB (Red+Green+Blue) = 137+130+13=280 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.93% from 280); Green value is 130 (51.17% from 255 or 46.43% from 280); Blue value is 13 (5.47% from 255 or 4.64% from 280); Max value from RGB is 137 - color contains mainly: red. Hex color #89820D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #89820D is #767DF2. Grayscale: #777777. Windows color (decimal): -7765491 or 885385. OLE color: 885385.

HSL color Cylindrical-coordinate representation of color #89820D: hue angle of 56.61º 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 #89820D is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 130 13 -
CMYK 0 0.05 0.91 0.46
HSL 56.61º 0.83% 0.29% -
HSV(B) 56.61º 0.91% 0.54% -
XYZ 18.37 21.31 3.53 -
YUV 118.76 68.32 141.01 -
System Red Green Blue C M Y K H S L
Decimal 137 130 13 0 0.05 0.91 0.46 56.61 0.83 0.29
Hex 89 82 D 0 5 5B 2E 39 53 1D
Octal 211 202 15 0 5 133 56 71 123 35
Binary 10001001 10000010 1101 0 101 1011011 101110 111001 1010011 11101

Color Harmonies of #89820D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89820D

Black with #89820D

Text Example


Text Example

White with #89820D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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