#98AE7A

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

Shades of Olivine #98AE7A

Tints of Olivine #98AE7A

Color information

#98AE7A (or 0x98AE7A) is unknown color: approx Olivine. HEX triplet: 98, AE and 7A. RGB value is (152,174,122). Sum of RGB (Red+Green+Blue) = 152+174+122=448 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.93% from 448); Green value is 174 (68.36% from 255 or 38.84% from 448); Blue value is 122 (48.05% from 255 or 27.23% from 448); Max value from RGB is 174 - color contains mainly: green. Hex color #98AE7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98AE7A is #675185. Grayscale: #A1A1A1. Windows color (decimal): -6771078 or 8040088. OLE color: 8040088.

HSL color Cylindrical-coordinate representation of color #98AE7A: hue angle of 85.38º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98AE7A is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB152174122-
CMYK0.1300.300.32
HSL85.38º24.3%58.04%-
HSV(B)85.38º29.89%68.24%-
XYZ31.638.3524.15-
YUV161.49105.71121.23-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.93%
GREEN value IS 174 (68.36% from 255) = 38.84%
BLUE value IS 122 (48.05% from 255) = 27.23%
R=33.93%
G=38.84%
B=27.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1521741220.1300.300.3285.3824.358.04
Hex98AE7AD01E2055183a
Octal23025617215036401253072
Binary100110001010111011110101101011110100000101010111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AE7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,174,122); }

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

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

 a { background-color: rgb(152,174,122); }

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

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

 span { border-color: rgb(152,174,122); }

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