#98AB73

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

Shades of Olivine #98AB73

Tints of Olivine #98AB73

Color information

#98AB73 (or 0x98AB73) is unknown color: approx Olivine. HEX triplet: 98, AB and 73. RGB value is (152,171,115). Sum of RGB (Red+Green+Blue) = 152+171+115=438 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.70% from 438); Green value is 171 (67.19% from 255 or 39.04% from 438); Blue value is 115 (45.31% from 255 or 26.26% from 438); Max value from RGB is 171 - color contains mainly: green. Hex color #98AB73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98AB73 is #67548C. Grayscale: #9F9F9F. Windows color (decimal): -6771853 or 7580568. OLE color: 7580568.

HSL color Cylindrical-coordinate representation of color #98AB73: hue angle of 80.36º 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 #98AB73 is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB152171115-
CMYK0.1100.330.33
HSL80.36º25%56.08%-
HSV(B)80.36º32.75%67.06%-
XYZ30.6137.0421.76-
YUV158.94103.21123.05-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.70%
GREEN value IS 171 (67.19% from 255) = 39.04%
BLUE value IS 115 (45.31% from 255) = 26.26%
R=34.70%
G=39.04%
B=26.26%

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
Decimal1521711150.1100.330.3380.362556.08
Hex98AB73B02121501938
Octal23025316313041411203170
Binary1001100010101011111001110110100001100001101000011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AB73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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