#98AA7D

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

Shades of Olivine #98AA7D

Tints of Olivine #98AA7D

Color information

#98AA7D (or 0x98AA7D) is unknown color: approx Olivine. HEX triplet: 98, AA and 7D. RGB value is (152,170,125). Sum of RGB (Red+Green+Blue) = 152+170+125=447 (59% of max value = 765). Red value is 152 (59.77% from 255 or 34.00% from 447); Green value is 170 (66.80% from 255 or 38.03% from 447); Blue value is 125 (49.22% from 255 or 27.96% from 447); Max value from RGB is 170 - color contains mainly: green. Hex color #98AA7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98AA7D is #675582. Grayscale: #9F9F9F. Windows color (decimal): -6772099 or 8235672. OLE color: 8235672.

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

Color convert

RGB152170125-
CMYK0.1100.260.33
HSL84º20.93%57.84%-
HSV(B)84º26.47%66.67%-
XYZ31.0336.9124.89-
YUV159.49108.54122.66-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.00%
GREEN value IS 170 (66.80% from 255) = 38.03%
BLUE value IS 125 (49.22% from 255) = 27.96%
R=34.00%
G=38.03%
B=27.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1521701250.1100.260.338420.9357.84
Hex98AA7DB01A2154153a
Octal23025217513032411242572
Binary100110001010101011111011011011010100001101010010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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