#97AB7C

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

Shades of Olivine #97AB7C

Tints of Olivine #97AB7C

Color information

#97AB7C (or 0x97AB7C) is unknown color: approx Olivine. HEX triplet: 97, AB and 7C. RGB value is (151,171,124). Sum of RGB (Red+Green+Blue) = 151+171+124=446 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.86% from 446); Green value is 171 (67.19% from 255 or 38.34% from 446); Blue value is 124 (48.83% from 255 or 27.80% from 446); Max value from RGB is 171 - color contains mainly: green. Hex color #97AB7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97AB7C is #685483. Grayscale: #9F9F9F. Windows color (decimal): -6837380 or 8170391. OLE color: 8170391.

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

Color convert

RGB151171124-
CMYK0.1200.270.33
HSL85.53º21.86%57.84%-
HSV(B)85.53º27.49%67.06%-
XYZ30.9637.1624.61-
YUV159.66107.87121.82-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.86%
GREEN value IS 171 (67.19% from 255) = 38.34%
BLUE value IS 124 (48.83% from 255) = 27.80%
R=33.86%
G=38.34%
B=27.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1511711240.1200.270.3385.5321.8657.84
Hex97AB7CC01B2156163a
Octal22725317414033411262672
Binary100101111010101111111001100011011100001101011010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97AB7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,171,124); }

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

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

 a { background-color: rgb(151,171,124); }

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

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

 span { border-color: rgb(151,171,124); }

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