#97AE7A

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

Shades of Olivine #97AE7A

Tints of Olivine #97AE7A

Color information

#97AE7A (or 0x97AE7A) is unknown color: approx Olivine. HEX triplet: 97, AE and 7A. RGB value is (151,174,122). Sum of RGB (Red+Green+Blue) = 151+174+122=447 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.78% from 447); Green value is 174 (68.36% from 255 or 38.93% from 447); Blue value is 122 (48.05% from 255 or 27.29% from 447); Max value from RGB is 174 - color contains mainly: green. Hex color #97AE7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97AE7A is #685185. Grayscale: #A1A1A1. Windows color (decimal): -6836614 or 8040087. OLE color: 8040087.

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

Color convert

RGB151174122-
CMYK0.1300.300.32
HSL86.54º24.3%58.04%-
HSV(B)86.54º29.89%68.24%-
XYZ31.4138.2624.14-
YUV161.2105.88120.73-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.78%
GREEN value IS 174 (68.36% from 255) = 38.93%
BLUE value IS 122 (48.05% from 255) = 27.29%
R=33.78%
G=38.93%
B=27.29%

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
Decimal1511741220.1300.300.3286.5424.358.04
Hex97AE7AD01E2057183a
Octal22725617215036401273072
Binary100101111010111011110101101011110100000101011111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97AE7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,174,122); }

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

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

 a { background-color: rgb(151,174,122); }

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

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

 span { border-color: rgb(151,174,122); }

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