#897505

Color #897505 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #897505

Tints of Olive #897505

Color information

#897505 (or 0x897505) is unknown color: approx Olive. HEX triplet: 89, 75 and 05. RGB value is (137,117,5). Sum of RGB (Red+Green+Blue) = 137+117+5=259 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.90% from 259); Green value is 117 (46.09% from 255 or 45.17% from 259); Blue value is 5 (2.34% from 255 or 1.93% from 259); Max value from RGB is 137 - color contains mainly: red. Hex color #897505 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897505 is #768AFA. Grayscale: #6E6E6E. Windows color (decimal): -7768827 or 357769. OLE color: 357769.

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

Color convert

RGB1371175-
CMYK00.150.960.46
HSL50.91º92.96%27.84%-
HSV(B)50.91º96.35%53.73%-
XYZ16.7118.052.75-
YUV110.2168.63147.11-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.90%
GREEN value IS 117 (46.09% from 255) = 45.17%
BLUE value IS 5 (2.34% from 255) = 1.93%
R=52.90%
G=45.17%
B=1.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.96
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137117500.150.960.4650.9192.9627.84
Hex897550F602E335d1c
Octal2111655017140566313534
Binary100010011110101101011111100000101110110011101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897505; }

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

 H1.HeaderClassName
 {
   color: #897505;
 }
 .AnyTagClassName
 {
   color: #897505;
 }
</style>
background-color css

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

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

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

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

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

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