#98AB7E

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

Shades of Olivine #98AB7E

Tints of Olivine #98AB7E

Color information

#98AB7E (or 0x98AB7E) is unknown color: approx Olivine. HEX triplet: 98, AB and 7E. RGB value is (152,171,126). Sum of RGB (Red+Green+Blue) = 152+171+126=449 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.85% from 449); Green value is 171 (67.19% from 255 or 38.08% from 449); Blue value is 126 (49.61% from 255 or 28.06% from 449); Max value from RGB is 171 - color contains mainly: green. Hex color #98AB7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98AB7E is #675481. Grayscale: #A0A0A0. Windows color (decimal): -6771842 or 8301464. OLE color: 8301464.

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

Color convert

RGB152171126-
CMYK0.1100.260.33
HSL85.33º21.13%58.24%-
HSV(B)85.33º26.32%67.06%-
XYZ31.2837.3125.29-
YUV160.19108.71122.16-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.85%
GREEN value IS 171 (67.19% from 255) = 38.08%
BLUE value IS 126 (49.61% from 255) = 28.06%
R=33.85%
G=38.08%
B=28.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1521711260.1100.260.3385.3321.1358.24
Hex98AB7EB01A2155153a
Octal23025317613032411252572
Binary100110001010101111111101011011010100001101010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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