Html Css Color HEX #897701 Olive

📋 copy color: '#897701'

red 137 ◦ green 119 ◦ blue 1

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

Shades of Olive #897701

Tints of Olive #897701

RGB

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

 GREEN value IS 119 (46.88% from 255) = 46.3%

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

R = 53.31%
G = 46.3%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#897701 (or 0x897701) is known color: Olive. HEX triplet: 89, 77 and 01. RGB value is (137,119,1). Sum of RGB (Red+Green+Blue) = 137+119+1=257 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.31% from 257); Green value is 119 (46.88% from 255 or 46.30% from 257); Blue value is 1 (0.78% from 255 or 0.39% from 257); Max value from RGB is 137 - color contains mainly: red. Hex color #897701 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897701 is #7688FE. Grayscale: #6F6F6F. Windows color (decimal): -7768319 or 96137. OLE color: 96137.

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

Color convert

RGB 137 119 1 -
CMYK 0 0.13 0.99 0.46
HSL 52.06º 0.99% 0.27% -
HSV(B) 52.06º 0.99% 0.54% -
XYZ 16.92 18.51 2.71 -
YUV 110.93 65.96 146.59 -
System Red Green Blue C M Y K H S L
Decimal 137 119 1 0 0.13 0.99 0.46 52.06 0.99 0.27
Hex 89 77 1 0 D 63 2E 34 63 1B
Octal 211 167 1 0 15 143 56 64 143 33
Binary 10001001 1110111 1 0 1101 1100011 101110 110100 1100011 11011

Color Harmonies of #897701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897701

Black with #897701

Text Example


Text Example

White with #897701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897701; }

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

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

background-color css

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

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

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

border-color css

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

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

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