#89740A

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

Shades of Olive #89740A

Tints of Olive #89740A

Color information

#89740A (or 0x89740A) is unknown color: approx Olive. HEX triplet: 89, 74 and 0A. RGB value is (137,116,10). Sum of RGB (Red+Green+Blue) = 137+116+10=263 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.09% from 263); Green value is 116 (45.70% from 255 or 44.11% from 263); Blue value is 10 (4.30% from 255 or 3.80% from 263); Max value from RGB is 137 - color contains mainly: red. Hex color #89740A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #89740A is #768BF5. Grayscale: #6E6E6E. Windows color (decimal): -7769078 or 685193. OLE color: 685193.

HSL color Cylindrical-coordinate representation of color #89740A: hue angle of 50.08º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #89740A is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.46.

Color convert

RGB13711610-
CMYK00.150.930.46
HSL50.08º86.39%28.82%-
HSV(B)50.08º92.7%53.73%-
XYZ16.6217.832.85-
YUV110.271.46147.12-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.09%
GREEN value IS 116 (45.70% from 255) = 44.11%
BLUE value IS 10 (4.30% from 255) = 3.80%
R=52.09%
G=44.11%
B=3.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.93
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371161000.150.930.4650.0886.3928.82
Hex8974A0F5D2E32561d
Octal21116412017135566212635
Binary1000100111101001010011111011101101110110010101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89740A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89740A; }

 p { color: rgb(137,116,10); }

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

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

 a { background-color: rgb(137,116,10); }

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

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

 span { border-color: rgb(137,116,10); }

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