#97AD79

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

Shades of Olivine #97AD79

Tints of Olivine #97AD79

Color information

#97AD79 (or 0x97AD79) is unknown color: approx Olivine. HEX triplet: 97, AD and 79. RGB value is (151,173,121). Sum of RGB (Red+Green+Blue) = 151+173+121=445 (58% of max value = 765). Red value is 151 (59.38% from 255 or 33.93% from 445); Green value is 173 (67.97% from 255 or 38.88% from 445); Blue value is 121 (47.66% from 255 or 27.19% from 445); Max value from RGB is 173 - color contains mainly: green. Hex color #97AD79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97AD79 is #685286. Grayscale: #A0A0A0. Windows color (decimal): -6836871 or 7974295. OLE color: 7974295.

HSL color Cylindrical-coordinate representation of color #97AD79: 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 #97AD79 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB151173121-
CMYK0.1300.300.32
HSL85.38º24.07%57.65%-
HSV(B)85.38º30.06%67.84%-
XYZ31.1637.8523.75-
YUV160.49105.71121.23-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.93%
GREEN value IS 173 (67.97% from 255) = 38.88%
BLUE value IS 121 (47.66% from 255) = 27.19%
R=33.93%
G=38.88%
B=27.19%

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
Decimal1511731210.1300.300.3285.3824.0757.65
Hex97AD79D01E2055183a
Octal22725517115036401253072
Binary100101111010110111110011101011110100000101010111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97AD79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97AD79; }

 p { color: rgb(151,173,121); }

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

<style>
 a { background-color: #97AD79; }

 a { background-color: rgb(151,173,121); }

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

<style>
 span { border-color: #97AD79; }

 span { border-color: rgb(151,173,121); }

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