#897305

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

Shades of Olive #897305

Tints of Olive #897305

Color information

#897305 (or 0x897305) is unknown color: approx Olive. HEX triplet: 89, 73 and 05. RGB value is (137,115,5). Sum of RGB (Red+Green+Blue) = 137+115+5=257 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.31% from 257); Green value is 115 (45.31% from 255 or 44.75% from 257); Blue value is 5 (2.34% from 255 or 1.95% from 257); Max value from RGB is 137 - color contains mainly: red. Hex color #897305 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897305 is #768CFA. Grayscale: #6D6D6D. Windows color (decimal): -7769339 or 357257. OLE color: 357257.

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

Color convert

RGB1371155-
CMYK00.160.960.46
HSL50º92.96%27.84%-
HSV(B)50º96.35%53.73%-
XYZ16.4717.592.67-
YUV109.0469.29147.94-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 53.31%
GREEN value IS 115 (45.31% from 255) = 44.75%
BLUE value IS 5 (2.34% from 255) = 1.95%
R=53.31%
G=44.75%
B=1.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.96
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137115500.160.960.465092.9627.84
Hex89735010602E325d1c
Octal2111635020140566213534
Binary1000100111100111010100001100000101110110010101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897305; }

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

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

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

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

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

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

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

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