Html Css Color HEX #897501 Olive

📋 copy color: '#897501'

red 137 ◦ green 117 ◦ blue 1

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

Shades of Olive #897501

Tints of Olive #897501

RGB

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

 GREEN value IS 117 (46.09% from 255) = 45.88%

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

R = 53.73%
G = 45.88%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#897501 (or 0x897501) is known color: Olive. HEX triplet: 89, 75 and 01. RGB value is (137,117,1). Sum of RGB (Red+Green+Blue) = 137+117+1=255 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.73% from 255); Green value is 117 (46.09% from 255 or 45.88% from 255); Blue value is 1 (0.78% from 255 or 0.39% from 255); Max value from RGB is 137 - color contains mainly: red. Hex color #897501 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897501 is #768AFE. Grayscale: #6E6E6E. Windows color (decimal): -7768831 or 95625. OLE color: 95625.

HSL color Cylindrical-coordinate representation of color #897501: hue angle of 51.18º 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 #897501 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 117 1 -
CMYK 0 0.15 0.99 0.46
HSL 51.18º 0.99% 0.27% -
HSV(B) 51.18º 0.99% 0.54% -
XYZ 16.68 18.04 2.63 -
YUV 109.76 66.63 147.43 -
System Red Green Blue C M Y K H S L
Decimal 137 117 1 0 0.15 0.99 0.46 51.18 0.99 0.27
Hex 89 75 1 0 F 63 2E 33 63 1B
Octal 211 165 1 0 17 143 56 63 143 33
Binary 10001001 1110101 1 0 1111 1100011 101110 110011 1100011 11011

Color Harmonies of #897501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897501

Black with #897501

Text Example


Text Example

White with #897501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897501; }

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

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

background-color css

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

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

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

border-color css

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

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

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