Html Css Color HEX #898513 Olive

📋 copy color: '#898513'

red 137 ◦ green 133 ◦ blue 19

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

Shades of Olive #898513

Tints of Olive #898513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.57%

R = 47.4%
G = 46.02%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.86

 K value IS 0.46

RGB Variations

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

Color information

#898513 (or 0x898513) is known color: Olive. HEX triplet: 89, 85 and 13. RGB value is (137,133,19). Sum of RGB (Red+Green+Blue) = 137+133+19=289 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.40% from 289); Green value is 133 (52.34% from 255 or 46.02% from 289); Blue value is 19 (7.81% from 255 or 6.57% from 289); Max value from RGB is 137 - color contains mainly: red. Hex color #898513 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #898513 is #767AEC. Grayscale: #797979. Windows color (decimal): -7764717 or 1279369. OLE color: 1279369.

HSL color Cylindrical-coordinate representation of color #898513: hue angle of 57.97º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #898513 is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 133 19 -
CMYK 0 0.03 0.86 0.46
HSL 57.97º 0.76% 0.31% -
HSV(B) 57.97º 0.86% 0.54% -
XYZ 18.82 22.14 3.9 -
YUV 121.2 70.33 139.27 -
System Red Green Blue C M Y K H S L
Decimal 137 133 19 0 0.03 0.86 0.46 57.97 0.76 0.31
Hex 89 85 13 0 3 56 2E 3A 4C 1F
Octal 211 205 23 0 3 126 56 72 114 37
Binary 10001001 10000101 10011 0 11 1010110 101110 111010 1001100 11111

Color Harmonies of #898513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898513

Black with #898513

Text Example


Text Example

White with #898513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898513; }

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

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

background-color css

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

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

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

border-color css

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

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

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