#98AB72

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

Shades of Olivine #98AB72

Tints of Olivine #98AB72

Color information

#98AB72 (or 0x98AB72) is unknown color: approx Olivine. HEX triplet: 98, AB and 72. RGB value is (152,171,114). Sum of RGB (Red+Green+Blue) = 152+171+114=437 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.78% from 437); Green value is 171 (67.19% from 255 or 39.13% from 437); Blue value is 114 (44.92% from 255 or 26.09% from 437); Max value from RGB is 171 - color contains mainly: green. Hex color #98AB72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98AB72 is #67548D. Grayscale: #9F9F9F. Windows color (decimal): -6771854 or 7515032. OLE color: 7515032.

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

Color convert

RGB152171114-
CMYK0.1100.330.33
HSL80º25.33%55.88%-
HSV(B)80º33.33%67.06%-
XYZ30.5537.0221.45-
YUV158.82102.71123.13-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.78%
GREEN value IS 171 (67.19% from 255) = 39.13%
BLUE value IS 114 (44.92% from 255) = 26.09%
R=34.78%
G=39.13%
B=26.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1521711140.1100.330.338025.3355.88
Hex98AB72B02121501938
Octal23025316213041411203170
Binary1001100010101011111001010110100001100001101000011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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