Html Css Color HEX #89850D Olive

📋 copy color: '#89850D'

red 137 ◦ green 133 ◦ blue 13

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

Shades of Olive #89850D

Tints of Olive #89850D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 47%

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

R = 48.41%
G = 47%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.91

 K value IS 0.46

RGB Variations

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

Color information

#89850D (or 0x89850D) is known color: Olive. HEX triplet: 89, 85 and 0D. RGB value is (137,133,13). Sum of RGB (Red+Green+Blue) = 137+133+13=283 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.41% from 283); Green value is 133 (52.34% from 255 or 47.00% from 283); Blue value is 13 (5.47% from 255 or 4.59% from 283); Max value from RGB is 137 - color contains mainly: red. Hex color #89850D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #89850D is #767AF2. Grayscale: #797979. Windows color (decimal): -7764723 or 886153. OLE color: 886153.

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

Color convert

RGB 137 133 13 -
CMYK 0 0.03 0.91 0.46
HSL 58.06º 0.83% 0.29% -
HSV(B) 58.06º 0.91% 0.54% -
XYZ 18.78 22.12 3.66 -
YUV 120.52 67.33 139.76 -
System Red Green Blue C M Y K H S L
Decimal 137 133 13 0 0.03 0.91 0.46 58.06 0.83 0.29
Hex 89 85 D 0 3 5B 2E 3A 53 1D
Octal 211 205 15 0 3 133 56 72 123 35
Binary 10001001 10000101 1101 0 11 1011011 101110 111010 1010011 11101

Color Harmonies of #89850D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89850D

Black with #89850D

Text Example


Text Example

White with #89850D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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