#97AC72

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

Shades of Olivine #97AC72

Tints of Olivine #97AC72

Color information

#97AC72 (or 0x97AC72) is unknown color: approx Olivine. HEX triplet: 97, AC and 72. RGB value is (151,172,114). Sum of RGB (Red+Green+Blue) = 151+172+114=437 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.55% from 437); Green value is 172 (67.58% from 255 or 39.36% from 437); Blue value is 114 (44.92% from 255 or 26.09% from 437); Max value from RGB is 172 - color contains mainly: green. Hex color #97AC72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97AC72 is #68538D. Grayscale: #9F9F9F. Windows color (decimal): -6837134 or 7515287. OLE color: 7515287.

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

Color convert

RGB151172114-
CMYK0.1200.340.33
HSL81.72º25.89%56.08%-
HSV(B)81.72º33.72%67.45%-
XYZ30.5537.321.51-
YUV159.11102.54122.22-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.55%
GREEN value IS 172 (67.58% from 255) = 39.36%
BLUE value IS 114 (44.92% from 255) = 26.09%
R=34.55%
G=39.36%
B=26.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1511721140.1200.340.3381.7225.8956.08
Hex97AC72C02221521a38
Octal22725416214042411223270
Binary1001011110101100111001011000100010100001101001011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97AC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,172,114); }

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

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

 a { background-color: rgb(151,172,114); }

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

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

 span { border-color: rgb(151,172,114); }

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