#897306

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

Shades of Olive #897306

Tints of Olive #897306

Color information

#897306 (or 0x897306) is unknown color: approx Olive. HEX triplet: 89, 73 and 06. RGB value is (137,115,6). Sum of RGB (Red+Green+Blue) = 137+115+6=258 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.10% from 258); Green value is 115 (45.31% from 255 or 44.57% from 258); Blue value is 6 (2.73% from 255 or 2.33% from 258); Max value from RGB is 137 - color contains mainly: red. Hex color #897306 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897306 is #768CF9. Grayscale: #6D6D6D. Windows color (decimal): -7769338 or 422793. OLE color: 422793.

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

Color convert

RGB1371156-
CMYK00.160.960.46
HSL49.92º91.61%28.04%-
HSV(B)49.92º95.62%53.73%-
XYZ16.4817.592.7-
YUV109.1569.79147.86-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 53.10%
GREEN value IS 115 (45.31% from 255) = 44.57%
BLUE value IS 6 (2.73% from 255) = 2.33%
R=53.10%
G=44.57%
B=2.33%

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
Decimal137115600.160.960.4649.9291.6128.04
Hex89736010602E325c1c
Octal2111636020140566213434
Binary1000100111100111100100001100000101110110010101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897306; }

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

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

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

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

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

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

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

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