Html Css Color HEX #897805 Olive

📋 copy color: '#897805'

red 137 ◦ green 120 ◦ blue 5

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

Shades of Olive #897805

Tints of Olive #897805

RGB

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

 GREEN value IS 120 (47.27% from 255) = 45.8%

 BLUE value IS 5 (2.34% from 255) = 1.91%

R = 52.29%
G = 45.8%
B = 1.91%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.96

 K value IS 0.46

RGB Variations

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

Color information

#897805 (or 0x897805) is known color: Olive. HEX triplet: 89, 78 and 05. RGB value is (137,120,5). Sum of RGB (Red+Green+Blue) = 137+120+5=262 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.29% from 262); Green value is 120 (47.27% from 255 or 45.80% from 262); Blue value is 5 (2.34% from 255 or 1.91% from 262); Max value from RGB is 137 - color contains mainly: red. Hex color #897805 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897805 is #7687FA. Grayscale: #707070. Windows color (decimal): -7768059 or 358537. OLE color: 358537.

HSL color Cylindrical-coordinate representation of color #897805: hue angle of 52.27º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #897805 is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 120 5 -
CMYK 0 0.12 0.96 0.46
HSL 52.27º 0.93% 0.28% -
HSV(B) 52.27º 0.96% 0.54% -
XYZ 17.06 18.76 2.87 -
YUV 111.97 67.63 145.85 -
System Red Green Blue C M Y K H S L
Decimal 137 120 5 0 0.12 0.96 0.46 52.27 0.93 0.28
Hex 89 78 5 0 C 60 2E 34 5D 1C
Octal 211 170 5 0 14 140 56 64 135 34
Binary 10001001 1111000 101 0 1100 1100000 101110 110100 1011101 11100

Color Harmonies of #897805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897805

Black with #897805

Text Example


Text Example

White with #897805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897805; }

 p { color: rgb(137,120,5); }

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

background-color css

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

 a { background-color: rgb(137,120,5); }

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

border-color css

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

 span { border-color: rgb(137,120,5); }

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