#98AE76

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

Shades of Olivine #98AE76

Tints of Olivine #98AE76

Color information

#98AE76 (or 0x98AE76) is unknown color: approx Olivine. HEX triplet: 98, AE and 76. RGB value is (152,174,118). Sum of RGB (Red+Green+Blue) = 152+174+118=444 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.23% from 444); Green value is 174 (68.36% from 255 or 39.19% from 444); Blue value is 118 (46.48% from 255 or 26.58% from 444); Max value from RGB is 174 - color contains mainly: green. Hex color #98AE76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98AE76 is #675189. Grayscale: #A1A1A1. Windows color (decimal): -6771082 or 7777944. OLE color: 7777944.

HSL color Cylindrical-coordinate representation of color #98AE76: hue angle of 83.57º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98AE76 is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB152174118-
CMYK0.1300.320.32
HSL83.57º25.69%57.25%-
HSV(B)83.57º32.18%68.24%-
XYZ31.3538.2622.87-
YUV161.04103.71121.55-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.23%
GREEN value IS 174 (68.36% from 255) = 39.19%
BLUE value IS 118 (46.48% from 255) = 26.58%
R=34.23%
G=39.19%
B=26.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1521741180.1300.320.3283.5725.6957.25
Hex98AE76D02020541a39
Octal23025616615040401243271
Binary1001100010101110111011011010100000100000101010011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98AE76; }

 p { color: rgb(152,174,118); }

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

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

 a { background-color: rgb(152,174,118); }

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

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

 span { border-color: rgb(152,174,118); }

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