#98AB75

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

Shades of Olivine #98AB75

Tints of Olivine #98AB75

Color information

#98AB75 (or 0x98AB75) is unknown color: approx Olivine. HEX triplet: 98, AB and 75. RGB value is (152,171,117). Sum of RGB (Red+Green+Blue) = 152+171+117=440 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.55% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 117 (46.09% from 255 or 26.59% from 440); Max value from RGB is 171 - color contains mainly: green. Hex color #98AB75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98AB75 is #67548A. Grayscale: #9F9F9F. Windows color (decimal): -6771851 or 7711640. OLE color: 7711640.

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

Color convert

RGB152171117-
CMYK0.1100.320.33
HSL81.11º24.32%56.47%-
HSV(B)81.11º31.58%67.06%-
XYZ30.7237.0922.37-
YUV159.16104.21122.89-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.55%
GREEN value IS 171 (67.19% from 255) = 38.86%
BLUE value IS 117 (46.09% from 255) = 26.59%
R=34.55%
G=38.86%
B=26.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1521711170.1100.320.3381.1124.3256.47
Hex98AB75B02021511838
Octal23025316513040411213070
Binary1001100010101011111010110110100000100001101000111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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