Html Css Color HEX #897D0F Olive

📋 copy color: '#897D0F'

red 137 ◦ green 125 ◦ blue 15

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

Shades of Olive #897D0F

Tints of Olive #897D0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.42%

R = 49.46%
G = 45.13%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.89

 K value IS 0.46

RGB Variations

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

Color information

#897D0F (or 0x897D0F) is known color: Olive. HEX triplet: 89, 7D and 0F. RGB value is (137,125,15). Sum of RGB (Red+Green+Blue) = 137+125+15=277 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.46% from 277); Green value is 125 (49.22% from 255 or 45.13% from 277); Blue value is 15 (6.25% from 255 or 5.42% from 277); Max value from RGB is 137 - color contains mainly: red. Hex color #897D0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897D0F is #7682F0. Grayscale: #747474. Windows color (decimal): -7766769 or 1015177. OLE color: 1015177.

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

Color convert

RGB 137 125 15 -
CMYK 0 0.09 0.89 0.46
HSL 54.1º 0.8% 0.3% -
HSV(B) 54.1º 0.89% 0.54% -
XYZ 17.74 20.02 3.38 -
YUV 116.05 70.98 142.94 -
System Red Green Blue C M Y K H S L
Decimal 137 125 15 0 0.09 0.89 0.46 54.1 0.8 0.3
Hex 89 7D F 0 9 59 2E 36 50 1E
Octal 211 175 17 0 11 131 56 66 120 36
Binary 10001001 1111101 1111 0 1001 1011001 101110 110110 1010000 11110

Color Harmonies of #897D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897D0F

Black with #897D0F

Text Example


Text Example

White with #897D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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