#97AF7B

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

Shades of Olivine #97AF7B

Tints of Olivine #97AF7B

Color information

#97AF7B (or 0x97AF7B) is unknown color: approx Olivine. HEX triplet: 97, AF and 7B. RGB value is (151,175,123). Sum of RGB (Red+Green+Blue) = 151+175+123=449 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.63% from 449); Green value is 175 (68.75% from 255 or 38.98% from 449); Blue value is 123 (48.44% from 255 or 27.39% from 449); Max value from RGB is 175 - color contains mainly: green. Hex color #97AF7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97AF7B is #685084. Grayscale: #A2A2A2. Windows color (decimal): -6836357 or 8105879. OLE color: 8105879.

HSL color Cylindrical-coordinate representation of color #97AF7B: hue angle of 87.69º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #97AF7B is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB151175123-
CMYK0.1400.300.31
HSL87.69º24.53%58.43%-
HSV(B)87.69º29.71%68.63%-
XYZ31.6738.6724.53-
YUV161.9106.05120.23-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.63%
GREEN value IS 175 (68.75% from 255) = 38.98%
BLUE value IS 123 (48.44% from 255) = 27.39%
R=33.63%
G=38.98%
B=27.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1511751230.1400.300.3187.6924.5358.43
Hex97AF7BE01E1F58193a
Octal22725717316036371303172
Binary10010111101011111111011111001111011111101100011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97AF7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,175,123); }

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

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

 a { background-color: rgb(151,175,123); }

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

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

 span { border-color: rgb(151,175,123); }

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