#97AB7D

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

Shades of Olivine #97AB7D

Tints of Olivine #97AB7D

Color information

#97AB7D (or 0x97AB7D) is unknown color: approx Olivine. HEX triplet: 97, AB and 7D. RGB value is (151,171,125). Sum of RGB (Red+Green+Blue) = 151+171+125=447 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.78% from 447); Green value is 171 (67.19% from 255 or 38.26% from 447); Blue value is 125 (49.22% from 255 or 27.96% from 447); Max value from RGB is 171 - color contains mainly: green. Hex color #97AB7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97AB7D is #685482. Grayscale: #9F9F9F. Windows color (decimal): -6837379 or 8235927. OLE color: 8235927.

HSL color Cylindrical-coordinate representation of color #97AB7D: hue angle of 86.09º degrees, saturation: 0.21, 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 #97AB7D is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB151171125-
CMYK0.1200.270.33
HSL86.09º21.5%58.04%-
HSV(B)86.09º26.9%67.06%-
XYZ31.0337.1924.94-
YUV159.78108.37121.74-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.78%
GREEN value IS 171 (67.19% from 255) = 38.26%
BLUE value IS 125 (49.22% from 255) = 27.96%
R=33.78%
G=38.26%
B=27.96%

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
Decimal1511711250.1200.270.3386.0921.558.04
Hex97AB7DC01B2156153a
Octal22725317514033411262572
Binary100101111010101111111011100011011100001101011010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97AB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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