#98AD7F

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

Shades of Olivine #98AD7F

Tints of Olivine #98AD7F

Color information

#98AD7F (or 0x98AD7F) is unknown color: approx Olivine. HEX triplet: 98, AD and 7F. RGB value is (152,173,127). Sum of RGB (Red+Green+Blue) = 152+173+127=452 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.63% from 452); Green value is 173 (67.97% from 255 or 38.27% from 452); Blue value is 127 (50% from 255 or 28.10% from 452); Max value from RGB is 173 - color contains mainly: green. Hex color #98AD7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98AD7F is #675280. Grayscale: #A1A1A1. Windows color (decimal): -6771329 or 8367512. OLE color: 8367512.

HSL color Cylindrical-coordinate representation of color #98AD7F: hue angle of 87.39º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #98AD7F is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.32.

Color convert

RGB152173127-
CMYK0.1200.270.32
HSL87.39º21.9%58.82%-
HSV(B)87.39º26.59%67.84%-
XYZ31.7238.0925.76-
YUV161.48108.54121.24-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.63%
GREEN value IS 173 (67.97% from 255) = 38.27%
BLUE value IS 127 (50% from 255) = 28.10%
R=33.63%
G=38.27%
B=28.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1521731270.1200.270.3287.3921.958.82
Hex98AD7FC01B2057163b
Octal23025517714033401272673
Binary100110001010110111111111100011011100000101011110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AD7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,173,127); }

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

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

 a { background-color: rgb(152,173,127); }

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

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

 span { border-color: rgb(152,173,127); }

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