Html Css Color HEX #89840D Olive

📋 copy color: '#89840D'

red 137 ◦ green 132 ◦ blue 13

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

Shades of Olive #89840D

Tints of Olive #89840D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 46.81%

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

R = 48.58%
G = 46.81%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.91

 K value IS 0.46

RGB Variations

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

Color information

#89840D (or 0x89840D) is known color: Olive. HEX triplet: 89, 84 and 0D. RGB value is (137,132,13). Sum of RGB (Red+Green+Blue) = 137+132+13=282 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.58% from 282); Green value is 132 (51.95% from 255 or 46.81% from 282); Blue value is 13 (5.47% from 255 or 4.61% from 282); Max value from RGB is 137 - color contains mainly: red. Hex color #89840D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #89840D is #767BF2. Grayscale: #787878. Windows color (decimal): -7764979 or 885897. OLE color: 885897.

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

Color convert

RGB 137 132 13 -
CMYK 0 0.04 0.91 0.46
HSL 57.58º 0.83% 0.29% -
HSV(B) 57.58º 0.91% 0.54% -
XYZ 18.64 21.85 3.62 -
YUV 119.93 67.66 140.18 -
System Red Green Blue C M Y K H S L
Decimal 137 132 13 0 0.04 0.91 0.46 57.58 0.83 0.29
Hex 89 84 D 0 4 5B 2E 3A 53 1D
Octal 211 204 15 0 4 133 56 72 123 35
Binary 10001001 10000100 1101 0 100 1011011 101110 111010 1010011 11101

Color Harmonies of #89840D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89840D

Black with #89840D

Text Example


Text Example

White with #89840D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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