Html Css Color HEX #897D13 Olive

📋 copy color: '#897D13'

red 137 ◦ green 125 ◦ blue 19

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

Shades of Olive #897D13

Tints of Olive #897D13

RGB

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

 GREEN value IS 125 (49.22% from 255) = 44.48%

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

R = 48.75%
G = 44.48%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.86

 K value IS 0.46

RGB Variations

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

Color information

#897D13 (or 0x897D13) is known color: Olive. HEX triplet: 89, 7D and 13. RGB value is (137,125,19). Sum of RGB (Red+Green+Blue) = 137+125+19=281 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.75% from 281); Green value is 125 (49.22% from 255 or 44.48% from 281); Blue value is 19 (7.81% from 255 or 6.76% from 281); Max value from RGB is 137 - color contains mainly: red. Hex color #897D13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897D13 is #7682EC. Grayscale: #747474. Windows color (decimal): -7766765 or 1277321. OLE color: 1277321.

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

Color convert

RGB 137 125 19 -
CMYK 0 0.09 0.86 0.46
HSL 53.9º 0.76% 0.31% -
HSV(B) 53.9º 0.86% 0.54% -
XYZ 17.77 20.03 3.55 -
YUV 116.5 72.98 142.62 -
System Red Green Blue C M Y K H S L
Decimal 137 125 19 0 0.09 0.86 0.46 53.9 0.76 0.31
Hex 89 7D 13 0 9 56 2E 36 4C 1F
Octal 211 175 23 0 11 126 56 66 114 37
Binary 10001001 1111101 10011 0 1001 1010110 101110 110110 1001100 11111

Color Harmonies of #897D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897D13

Black with #897D13

Text Example


Text Example

White with #897D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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