#897307

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

Shades of Olive #897307

Tints of Olive #897307

Color information

#897307 (or 0x897307) is unknown color: approx Olive. HEX triplet: 89, 73 and 07. RGB value is (137,115,7). Sum of RGB (Red+Green+Blue) = 137+115+7=259 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.90% from 259); Green value is 115 (45.31% from 255 or 44.40% from 259); Blue value is 7 (3.12% from 255 or 2.70% from 259); Max value from RGB is 137 - color contains mainly: red. Hex color #897307 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897307 is #768CF8. Grayscale: #6D6D6D. Windows color (decimal): -7769337 or 488329. OLE color: 488329.

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

Color convert

RGB1371157-
CMYK00.160.950.46
HSL49.85º90.28%28.24%-
HSV(B)49.85º94.89%53.73%-
XYZ16.4917.62.73-
YUV109.2770.29147.78-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.90%
GREEN value IS 115 (45.31% from 255) = 44.40%
BLUE value IS 7 (3.12% from 255) = 2.70%
R=52.90%
G=44.40%
B=2.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.95
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137115700.160.950.4649.8590.2828.24
Hex897370105F2E325a1c
Octal2111637020137566213234
Binary1000100111100111110100001011111101110110010101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897307; }

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

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

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

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

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

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

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

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