#97aa75

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

Shades of Olivine #97AA75

Tints of Olivine #97AA75

Color information

#97AA75 (or 0x97AA75) is unknown color: approx Olivine. HEX triplet: 97, AA and 75. RGB value is (151,170,117). Sum of RGB (Red+Green+Blue) = 151+170+117=438 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.47% from 438); Green value is 170 (66.80% from 255 or 38.81% from 438); Blue value is 117 (46.09% from 255 or 26.71% from 438); Max value from RGB is 170 - color contains mainly: green. Hex color #97AA75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97AA75 is #68558A. Grayscale: #9E9E9E. Windows color (decimal): -6837643 or 7711383. OLE color: 7711383.

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

Color convert

RGB151170117-
CMYK0.1100.310.33
HSL81.51º23.77%56.27%-
HSV(B)81.51º31.18%66.67%-
XYZ30.3536.6122.3-
YUV158.28104.71122.81-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.47%
GREEN value IS 170 (66.80% from 255) = 38.81%
BLUE value IS 117 (46.09% from 255) = 26.71%
R=34.47%
G=38.81%
B=26.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1511701170.1100.310.3381.5123.7756.27
Hex97AA75B01F21521838
Octal22725216513037411223070
Binary100101111010101011101011011011111100001101001011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97aa75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,170,117); }

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

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

 a { background-color: rgb(151,170,117); }

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

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

 span { border-color: rgb(151,170,117); }

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