#898113

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

Shades of Olive #898113

Tints of Olive #898113

Color information

#898113 (or 0x898113) is unknown color: approx Olive. HEX triplet: 89, 81 and 13. RGB value is (137,129,19). Sum of RGB (Red+Green+Blue) = 137+129+19=285 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.07% from 285); Green value is 129 (50.78% from 255 or 45.26% from 285); Blue value is 19 (7.81% from 255 or 6.67% from 285); Max value from RGB is 137 - color contains mainly: red. Hex color #898113 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #898113 is #767EEC. Grayscale: #777777. Windows color (decimal): -7765741 or 1278345. OLE color: 1278345.

HSL color Cylindrical-coordinate representation of color #898113: hue angle of 55.93º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #898113 is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.46.

Color convert

RGB13712919-
CMYK00.060.860.46
HSL55.93º75.64%30.59%-
HSV(B)55.93º86.13%53.73%-
XYZ18.2821.073.72-
YUV118.8571.65140.94-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 48.07%
GREEN value IS 129 (50.78% from 255) = 45.26%
BLUE value IS 19 (7.81% from 255) = 6.67%
R=48.07%
G=45.26%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.86
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371291900.060.860.4655.9375.6430.59
Hex89811306562E384c1f
Octal2112012306126567011437
Binary10001001100000011001101101010110101110111000100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898113; }

 p { color: rgb(137,129,19); }

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

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

 a { background-color: rgb(137,129,19); }

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

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

 span { border-color: rgb(137,129,19); }

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