Html Css Color HEX #897D0E Olive

📋 copy color: '#897D0E'

red 137 ◦ green 125 ◦ blue 14

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

Shades of Olive #897D0E

Tints of Olive #897D0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.07%

R = 49.64%
G = 45.29%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.90

 K value IS 0.46

RGB Variations

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

Color information

#897D0E (or 0x897D0E) is known color: Olive. HEX triplet: 89, 7D and 0E. RGB value is (137,125,14). Sum of RGB (Red+Green+Blue) = 137+125+14=276 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.64% from 276); Green value is 125 (49.22% from 255 or 45.29% from 276); Blue value is 14 (5.86% from 255 or 5.07% from 276); Max value from RGB is 137 - color contains mainly: red. Hex color #897D0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897D0E is #7682F1. Grayscale: #747474. Windows color (decimal): -7766770 or 949641. OLE color: 949641.

HSL color Cylindrical-coordinate representation of color #897D0E: hue angle of 54.15º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #897D0E is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 125 14 -
CMYK 0 0.09 0.90 0.46
HSL 54.15º 0.81% 0.3% -
HSV(B) 54.15º 0.9% 0.54% -
XYZ 17.73 20.02 3.34 -
YUV 115.93 70.48 143.03 -
System Red Green Blue C M Y K H S L
Decimal 137 125 14 0 0.09 0.90 0.46 54.15 0.81 0.3
Hex 89 7D E 0 9 5A 2E 36 51 1E
Octal 211 175 16 0 11 132 56 66 121 36
Binary 10001001 1111101 1110 0 1001 1011010 101110 110110 1010001 11110

Color Harmonies of #897D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897D0E

Black with #897D0E

Text Example


Text Example

White with #897D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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