#97AD73

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

Shades of Olivine #97AD73

Tints of Olivine #97AD73

Color information

#97AD73 (or 0x97AD73) is unknown color: approx Olivine. HEX triplet: 97, AD and 73. RGB value is (151,173,115). Sum of RGB (Red+Green+Blue) = 151+173+115=439 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.40% from 439); Green value is 173 (67.97% from 255 or 39.41% from 439); Blue value is 115 (45.31% from 255 or 26.20% from 439); Max value from RGB is 173 - color contains mainly: green. Hex color #97AD73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97AD73 is #68528C. Grayscale: #A0A0A0. Windows color (decimal): -6836877 or 7581079. OLE color: 7581079.

HSL color Cylindrical-coordinate representation of color #97AD73: hue angle of 82.76º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #97AD73 is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB151173115-
CMYK0.1300.340.32
HSL82.76º26.13%56.47%-
HSV(B)82.76º33.53%67.84%-
XYZ30.837.721.87-
YUV159.81102.71121.72-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.40%
GREEN value IS 173 (67.97% from 255) = 39.41%
BLUE value IS 115 (45.31% from 255) = 26.20%
R=34.40%
G=39.41%
B=26.20%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1511731150.1300.340.3282.7626.1356.47
Hex97AD73D02220531a38
Octal22725516315042401233270
Binary1001011110101101111001111010100010100000101001111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97AD73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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