Html Css Color HEX #89820A Olive

📋 copy color: '#89820A'

red 137 ◦ green 130 ◦ blue 10

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

Shades of Olive #89820A

Tints of Olive #89820A

RGB

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

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

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

R = 49.46%
G = 46.93%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.93

 K value IS 0.46

RGB Variations

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

Color information

#89820A (or 0x89820A) is known color: Olive. HEX triplet: 89, 82 and 0A. RGB value is (137,130,10). Sum of RGB (Red+Green+Blue) = 137+130+10=277 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.46% from 277); Green value is 130 (51.17% from 255 or 46.93% from 277); Blue value is 10 (4.30% from 255 or 3.61% from 277); Max value from RGB is 137 - color contains mainly: red. Hex color #89820A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #89820A is #767DF5. Grayscale: #767676. Windows color (decimal): -7765494 or 688777. OLE color: 688777.

HSL color Cylindrical-coordinate representation of color #89820A: hue angle of 56.69º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #89820A is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 130 10 -
CMYK 0 0.05 0.93 0.46
HSL 56.69º 0.86% 0.29% -
HSV(B) 56.69º 0.93% 0.54% -
XYZ 18.35 21.31 3.43 -
YUV 118.41 66.82 141.26 -
System Red Green Blue C M Y K H S L
Decimal 137 130 10 0 0.05 0.93 0.46 56.69 0.86 0.29
Hex 89 82 A 0 5 5D 2E 39 56 1D
Octal 211 202 12 0 5 135 56 71 126 35
Binary 10001001 10000010 1010 0 101 1011101 101110 111001 1010110 11101

Color Harmonies of #89820A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89820A

Black with #89820A

Text Example


Text Example

White with #89820A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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