Html Css Color HEX #897D14 Olive

📋 copy color: '#897D14'

red 137 ◦ green 125 ◦ blue 20

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

Shades of Olive #897D14

Tints of Olive #897D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.09%

R = 48.58%
G = 44.33%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.85

 K value IS 0.46

RGB Variations

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

Color information

#897D14 (or 0x897D14) is known color: Olive. HEX triplet: 89, 7D and 14. RGB value is (137,125,20). Sum of RGB (Red+Green+Blue) = 137+125+20=282 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.58% from 282); Green value is 125 (49.22% from 255 or 44.33% from 282); Blue value is 20 (8.20% from 255 or 7.09% from 282); Max value from RGB is 137 - color contains mainly: red. Hex color #897D14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897D14 is #7682EB. Grayscale: #757575. Windows color (decimal): -7766764 or 1342857. OLE color: 1342857.

HSL color Cylindrical-coordinate representation of color #897D14: hue angle of 53.85º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #897D14 is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 125 20 -
CMYK 0 0.09 0.85 0.46
HSL 53.85º 0.75% 0.31% -
HSV(B) 53.85º 0.85% 0.54% -
XYZ 17.78 20.04 3.59 -
YUV 116.62 73.48 142.54 -
System Red Green Blue C M Y K H S L
Decimal 137 125 20 0 0.09 0.85 0.46 53.85 0.75 0.31
Hex 89 7D 14 0 9 55 2E 36 4B 1F
Octal 211 175 24 0 11 125 56 66 113 37
Binary 10001001 1111101 10100 0 1001 1010101 101110 110110 1001011 11111

Color Harmonies of #897D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897D14

Black with #897D14

Text Example


Text Example

White with #897D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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