#98AB76

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

Shades of Olivine #98AB76

Tints of Olivine #98AB76

Color information

#98AB76 (or 0x98AB76) is unknown color: approx Olivine. HEX triplet: 98, AB and 76. RGB value is (152,171,118). Sum of RGB (Red+Green+Blue) = 152+171+118=441 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.47% from 441); Green value is 171 (67.19% from 255 or 38.78% from 441); Blue value is 118 (46.48% from 255 or 26.76% from 441); Max value from RGB is 171 - color contains mainly: green. Hex color #98AB76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98AB76 is #675489. Grayscale: #9F9F9F. Windows color (decimal): -6771850 or 7777176. OLE color: 7777176.

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

Color convert

RGB152171118-
CMYK0.1100.310.33
HSL81.51º23.98%56.67%-
HSV(B)81.51º30.99%67.06%-
XYZ30.7837.1122.68-
YUV159.28104.71122.81-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.47%
GREEN value IS 171 (67.19% from 255) = 38.78%
BLUE value IS 118 (46.48% from 255) = 26.76%
R=34.47%
G=38.78%
B=26.76%

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
Decimal1521711180.1100.310.3381.5123.9856.67
Hex98AB76B01F21521839
Octal23025316613037411223071
Binary100110001010101111101101011011111100001101001011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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