Html Css Color HEX #898313 Olive

📋 copy color: '#898313'

red 137 ◦ green 131 ◦ blue 19

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

Shades of Olive #898313

Tints of Olive #898313

RGB

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

 GREEN value IS 131 (51.56% from 255) = 45.64%

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

R = 47.74%
G = 45.64%
B = 6.62%

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

#898313 (or 0x898313) is known color: Olive. HEX triplet: 89, 83 and 13. RGB value is (137,131,19). Sum of RGB (Red+Green+Blue) = 137+131+19=287 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.74% from 287); Green value is 131 (51.56% from 255 or 45.64% from 287); Blue value is 19 (7.81% from 255 or 6.62% from 287); Max value from RGB is 137 - color contains mainly: red. Hex color #898313 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #898313 is #767CEC. Grayscale: #787878. Windows color (decimal): -7765229 or 1278857. OLE color: 1278857.

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

Color convert

RGB 137 131 19 -
CMYK 0 0.04 0.86 0.46
HSL 56.95º 0.76% 0.31% -
HSV(B) 56.95º 0.86% 0.54% -
XYZ 18.55 21.6 3.81 -
YUV 120.03 70.99 140.11 -
System Red Green Blue C M Y K H S L
Decimal 137 131 19 0 0.04 0.86 0.46 56.95 0.76 0.31
Hex 89 83 13 0 4 56 2E 39 4C 1F
Octal 211 203 23 0 4 126 56 71 114 37
Binary 10001001 10000011 10011 0 100 1010110 101110 111001 1001100 11111

Color Harmonies of #898313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898313

Black with #898313

Text Example


Text Example

White with #898313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898313; }

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

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

background-color css

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

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

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

border-color css

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

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

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