#98AA79

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

Shades of Olivine #98AA79

Tints of Olivine #98AA79

Color information

#98AA79 (or 0x98AA79) is unknown color: approx Olivine. HEX triplet: 98, AA and 79. RGB value is (152,170,121). Sum of RGB (Red+Green+Blue) = 152+170+121=443 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.31% from 443); Green value is 170 (66.80% from 255 or 38.37% from 443); Blue value is 121 (47.66% from 255 or 27.31% from 443); Max value from RGB is 170 - color contains mainly: green. Hex color #98AA79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98AA79 is #675586. Grayscale: #9F9F9F. Windows color (decimal): -6772103 or 7973528. OLE color: 7973528.

HSL color Cylindrical-coordinate representation of color #98AA79: hue angle of 82.04º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #98AA79 is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB152170121-
CMYK0.1100.290.33
HSL82.04º22.37%57.06%-
HSV(B)82.04º28.82%66.67%-
XYZ30.7736.8123.57-
YUV159.03106.54122.98-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.31%
GREEN value IS 170 (66.80% from 255) = 38.37%
BLUE value IS 121 (47.66% from 255) = 27.31%
R=34.31%
G=38.37%
B=27.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1521701210.1100.290.3382.0422.3757.06
Hex98AA79B01D21521639
Octal23025217113035411222671
Binary100110001010101011110011011011101100001101001010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,170,121); }

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

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

 a { background-color: rgb(152,170,121); }

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

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

 span { border-color: rgb(152,170,121); }

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