Html Css Color HEX #897100 Olive

📋 copy color: '#897100'

red 137 ◦ green 113 ◦ blue 0

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

Shades of Olive #897100

Tints of Olive #897100

RGB

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

 GREEN value IS 113 (44.53% from 255) = 45.2%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.8%
G = 45.2%
B = 0%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1

 K value IS 0.46

RGB Variations

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

Color information

#897100 (or 0x897100) is known color: Olive. HEX triplet: 89, 71 and 00. RGB value is (137,113,0). Sum of RGB (Red+Green+Blue) = 137+113+0=250 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.8% from 250); Green value is 113 (44.53% from 255 or 45.2% from 250); Blue value is 0 (0.39% from 255 or 0% from 250); Max value from RGB is 137 - color contains mainly: red. Hex color #897100 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897100 is #768EFF. Grayscale: #6B6B6B. Windows color (decimal): -7769856 or 29065. OLE color: 29065.

HSL color Cylindrical-coordinate representation of color #897100: hue angle of 49.49º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #897100 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 113 0 -
CMYK 0 0.18 1 0.46
HSL 49.49º 1% 0.27% -
HSV(B) 49.49º 1% 0.54% -
XYZ 16.22 17.13 2.45 -
YUV 107.29 67.45 149.19 -
System Red Green Blue C M Y K H S L
Decimal 137 113 0 0 0.18 1 0.46 49.49 1 0.27
Hex 89 71 0 0 12 64 2E 31 64 1B
Octal 211 161 0 0 22 144 56 61 144 33
Binary 10001001 1110001 0 0 10010 1100100 101110 110001 1100100 11011

Color Harmonies of #897100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897100

Black with #897100

Text Example


Text Example

White with #897100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897100; }

 p { color: rgb(137,113,0); }

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

background-color css

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

 a { background-color: rgb(137,113,0); }

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

border-color css

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

 span { border-color: rgb(137,113,0); }

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