#89AE70

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

Shades of Olivine #89AE70

Tints of Olivine #89AE70

Color information

#89AE70 (or 0x89AE70) is unknown color: approx Olivine. HEX triplet: 89, AE and 70. RGB value is (137,174,112). Sum of RGB (Red+Green+Blue) = 137+174+112=423 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.39% from 423); Green value is 174 (68.36% from 255 or 41.13% from 423); Blue value is 112 (44.14% from 255 or 26.48% from 423); Max value from RGB is 174 - color contains mainly: green. Hex color #89AE70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89AE70 is #76518F. Grayscale: #9C9C9C. Windows color (decimal): -7754128 or 7384713. OLE color: 7384713.

HSL color Cylindrical-coordinate representation of color #89AE70: hue angle of 95.81º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #89AE70 is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB137174112-
CMYK0.2100.360.32
HSL95.81º27.68%56.08%-
HSV(B)95.81º35.63%68.24%-
XYZ28.3836.7620.93-
YUV155.87103.24114.54-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.39%
GREEN value IS 174 (68.36% from 255) = 41.13%
BLUE value IS 112 (44.14% from 255) = 26.48%
R=32.39%
G=41.13%
B=26.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1371741120.2100.360.3295.8127.6856.08
Hex89AE701502420601c38
Octal21125616025044401403470
Binary10001001101011101110000101010100100100000110000011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89AE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89AE70; }

 p { color: rgb(137,174,112); }

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

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

 a { background-color: rgb(137,174,112); }

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

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

 span { border-color: rgb(137,174,112); }

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