#98AC7A

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

Shades of Olivine #98AC7A

Tints of Olivine #98AC7A

Color information

#98AC7A (or 0x98AC7A) is unknown color: approx Olivine. HEX triplet: 98, AC and 7A. RGB value is (152,172,122). Sum of RGB (Red+Green+Blue) = 152+172+122=446 (59% of max value = 765). Red value is 152 (59.77% from 255 or 34.08% from 446); Green value is 172 (67.58% from 255 or 38.57% from 446); Blue value is 122 (48.05% from 255 or 27.35% from 446); Max value from RGB is 172 - color contains mainly: green. Hex color #98AC7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98AC7A is #675385. Grayscale: #A0A0A0. Windows color (decimal): -6771590 or 8039576. OLE color: 8039576.

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

Color convert

RGB152172122-
CMYK0.1200.290.33
HSL84º23.15%57.65%-
HSV(B)84º29.07%67.45%-
XYZ31.2137.5924.02-
YUV160.32106.37122.07-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.08%
GREEN value IS 172 (67.58% from 255) = 38.57%
BLUE value IS 122 (48.05% from 255) = 27.35%
R=34.08%
G=38.57%
B=27.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1521721220.1200.290.338423.1557.65
Hex98AC7AC01D2154173a
Octal23025417214035411242772
Binary100110001010110011110101100011101100001101010010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AC7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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