Html Css Color HEX #898413 Olive

📋 copy color: '#898413'

red 137 ◦ green 132 ◦ blue 19

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

Shades of Olive #898413

Tints of Olive #898413

RGB

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

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

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

R = 47.57%
G = 45.83%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.86

 K value IS 0.46

RGB Variations

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

Color information

#898413 (or 0x898413) is known color: Olive. HEX triplet: 89, 84 and 13. RGB value is (137,132,19). Sum of RGB (Red+Green+Blue) = 137+132+19=288 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.57% from 288); Green value is 132 (51.95% from 255 or 45.83% from 288); Blue value is 19 (7.81% from 255 or 6.60% from 288); Max value from RGB is 137 - color contains mainly: red. Hex color #898413 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #898413 is #767BEC. Grayscale: #797979. Windows color (decimal): -7764973 or 1279113. OLE color: 1279113.

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

Color convert

RGB 137 132 19 -
CMYK 0 0.04 0.86 0.46
HSL 57.46º 0.76% 0.31% -
HSV(B) 57.46º 0.86% 0.54% -
XYZ 18.69 21.87 3.85 -
YUV 120.61 70.66 139.69 -
System Red Green Blue C M Y K H S L
Decimal 137 132 19 0 0.04 0.86 0.46 57.46 0.76 0.31
Hex 89 84 13 0 4 56 2E 39 4C 1F
Octal 211 204 23 0 4 126 56 71 114 37
Binary 10001001 10000100 10011 0 100 1010110 101110 111001 1001100 11111

Color Harmonies of #898413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898413

Black with #898413

Text Example


Text Example

White with #898413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898413; }

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

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

background-color css

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

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

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

border-color css

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

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

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