Html Css Color HEX #897301 Olive

📋 copy color: '#897301'

red 137 ◦ green 115 ◦ blue 1

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

Shades of Olive #897301

Tints of Olive #897301

RGB

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

 GREEN value IS 115 (45.31% from 255) = 45.45%

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

R = 54.15%
G = 45.45%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#897301 (or 0x897301) is known color: Olive. HEX triplet: 89, 73 and 01. RGB value is (137,115,1). Sum of RGB (Red+Green+Blue) = 137+115+1=253 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.15% from 253); Green value is 115 (45.31% from 255 or 45.45% from 253); Blue value is 1 (0.78% from 255 or 0.40% from 253); Max value from RGB is 137 - color contains mainly: red. Hex color #897301 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897301 is #768CFE. Grayscale: #6D6D6D. Windows color (decimal): -7769343 or 95113. OLE color: 95113.

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

Color convert

RGB 137 115 1 -
CMYK 0 0.16 0.99 0.46
HSL 50.29º 0.99% 0.27% -
HSV(B) 50.29º 0.99% 0.54% -
XYZ 16.45 17.58 2.56 -
YUV 108.58 67.29 148.27 -
System Red Green Blue C M Y K H S L
Decimal 137 115 1 0 0.16 0.99 0.46 50.29 0.99 0.27
Hex 89 73 1 0 10 63 2E 32 63 1B
Octal 211 163 1 0 20 143 56 62 143 33
Binary 10001001 1110011 1 0 10000 1100011 101110 110010 1100011 11011

Color Harmonies of #897301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897301

Black with #897301

Text Example


Text Example

White with #897301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897301; }

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

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

background-color css

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

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

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

border-color css

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

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

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