Html Css Color HEX #897201 Olive

📋 copy color: '#897201'

red 137 ◦ green 114 ◦ blue 1

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

Shades of Olive #897201

Tints of Olive #897201

RGB

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

 GREEN value IS 114 (44.92% from 255) = 45.24%

 BLUE value IS 1 (0.78% from 255) = 0.4%

R = 54.37%
G = 45.24%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#897201 (or 0x897201) is known color: Olive. HEX triplet: 89, 72 and 01. RGB value is (137,114,1). Sum of RGB (Red+Green+Blue) = 137+114+1=252 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.37% from 252); Green value is 114 (44.92% from 255 or 45.24% from 252); Blue value is 1 (0.78% from 255 or 0.40% from 252); Max value from RGB is 137 - color contains mainly: red. Hex color #897201 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897201 is #768DFE. Grayscale: #6C6C6C. Windows color (decimal): -7769599 or 94857. OLE color: 94857.

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

Color convert

RGB 137 114 1 -
CMYK 0 0.17 0.99 0.46
HSL 49.85º 0.99% 0.27% -
HSV(B) 49.85º 0.99% 0.54% -
XYZ 16.34 17.36 2.52 -
YUV 108 67.62 148.69 -
System Red Green Blue C M Y K H S L
Decimal 137 114 1 0 0.17 0.99 0.46 49.85 0.99 0.27
Hex 89 72 1 0 11 63 2E 32 63 1B
Octal 211 162 1 0 21 143 56 62 143 33
Binary 10001001 1110010 1 0 10001 1100011 101110 110010 1100011 11011

Color Harmonies of #897201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897201

Black with #897201

Text Example


Text Example

White with #897201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897201; }

 p { color: rgb(137,114,1); }

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

background-color css

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

 a { background-color: rgb(137,114,1); }

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

border-color css

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

 span { border-color: rgb(137,114,1); }

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