Html Css Color HEX #897401 Olive

📋 copy color: '#897401'

red 137 ◦ green 116 ◦ blue 1

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

Shades of Olive #897401

Tints of Olive #897401

RGB

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

 GREEN value IS 116 (45.7% from 255) = 45.67%

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

R = 53.94%
G = 45.67%
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

#897401 (or 0x897401) is known color: Olive. HEX triplet: 89, 74 and 01. RGB value is (137,116,1). Sum of RGB (Red+Green+Blue) = 137+116+1=254 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.94% from 254); Green value is 116 (45.70% from 255 or 45.67% from 254); Blue value is 1 (0.78% from 255 or 0.39% from 254); Max value from RGB is 137 - color contains mainly: red. Hex color #897401 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897401 is #768BFE. Grayscale: #6D6D6D. Windows color (decimal): -7769087 or 95369. OLE color: 95369.

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

Color convert

RGB 137 116 1 -
CMYK 0 0.15 0.99 0.46
HSL 50.74º 0.99% 0.27% -
HSV(B) 50.74º 0.99% 0.54% -
XYZ 16.57 17.81 2.59 -
YUV 109.17 66.96 147.85 -
System Red Green Blue C M Y K H S L
Decimal 137 116 1 0 0.15 0.99 0.46 50.74 0.99 0.27
Hex 89 74 1 0 F 63 2E 33 63 1B
Octal 211 164 1 0 17 143 56 63 143 33
Binary 10001001 1110100 1 0 1111 1100011 101110 110011 1100011 11011

Color Harmonies of #897401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897401

Black with #897401

Text Example


Text Example

White with #897401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897401; }

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

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

background-color css

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

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

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

border-color css

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

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

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