Html Css Color HEX #89720A Olive

📋 copy color: '#89720A'

red 137 ◦ green 114 ◦ blue 10

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

Shades of Olive #89720A

Tints of Olive #89720A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 43.68%

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

R = 52.49%
G = 43.68%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.93

 K value IS 0.46

RGB Variations

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

Color information

#89720A (or 0x89720A) is known color: Olive. HEX triplet: 89, 72 and 0A. RGB value is (137,114,10). Sum of RGB (Red+Green+Blue) = 137+114+10=261 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.49% from 261); Green value is 114 (44.92% from 255 or 43.68% from 261); Blue value is 10 (4.30% from 255 or 3.83% from 261); Max value from RGB is 137 - color contains mainly: red. Hex color #89720A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #89720A is #768DF5. Grayscale: #6D6D6D. Windows color (decimal): -7769590 or 684681. OLE color: 684681.

HSL color Cylindrical-coordinate representation of color #89720A: hue angle of 49.13º 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 #89720A is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 114 10 -
CMYK 0 0.17 0.93 0.46
HSL 49.13º 0.86% 0.29% -
HSV(B) 49.13º 0.93% 0.54% -
XYZ 16.39 17.37 2.78 -
YUV 109.02 72.12 147.96 -
System Red Green Blue C M Y K H S L
Decimal 137 114 10 0 0.17 0.93 0.46 49.13 0.86 0.29
Hex 89 72 A 0 11 5D 2E 31 56 1D
Octal 211 162 12 0 21 135 56 61 126 35
Binary 10001001 1110010 1010 0 10001 1011101 101110 110001 1010110 11101

Color Harmonies of #89720A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89720A

Black with #89720A

Text Example


Text Example

White with #89720A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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