#98AA76

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

Shades of Olivine #98AA76

Tints of Olivine #98AA76

Color information

#98AA76 (or 0x98AA76) is unknown color: approx Olivine. HEX triplet: 98, AA and 76. RGB value is (152,170,118). Sum of RGB (Red+Green+Blue) = 152+170+118=440 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.55% from 440); Green value is 170 (66.80% from 255 or 38.64% from 440); Blue value is 118 (46.48% from 255 or 26.82% from 440); Max value from RGB is 170 - color contains mainly: green. Hex color #98AA76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98AA76 is #675589. Grayscale: #9E9E9E. Windows color (decimal): -6772106 or 7776920. OLE color: 7776920.

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

Color convert

RGB152170118-
CMYK0.1100.310.33
HSL80.77º23.42%56.47%-
HSV(B)80.77º30.59%66.67%-
XYZ30.5936.7322.62-
YUV158.69105.04123.23-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.55%
GREEN value IS 170 (66.80% from 255) = 38.64%
BLUE value IS 118 (46.48% from 255) = 26.82%
R=34.55%
G=38.64%
B=26.82%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1521701180.1100.310.3380.7723.4256.47
Hex98AA76B01F21511738
Octal23025216613037411212770
Binary100110001010101011101101011011111100001101000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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