#97AD7F

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

Shades of Olivine #97AD7F

Tints of Olivine #97AD7F

Color information

#97AD7F (or 0x97AD7F) is unknown color: approx Olivine. HEX triplet: 97, AD and 7F. RGB value is (151,173,127). Sum of RGB (Red+Green+Blue) = 151+173+127=451 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.48% from 451); Green value is 173 (67.97% from 255 or 38.36% from 451); Blue value is 127 (50% from 255 or 28.16% from 451); Max value from RGB is 173 - color contains mainly: green. Hex color #97AD7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97AD7F is #685280. Grayscale: #A1A1A1. Windows color (decimal): -6836865 or 8367511. OLE color: 8367511.

HSL color Cylindrical-coordinate representation of color #97AD7F: hue angle of 88.7º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #97AD7F is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.32.

Color convert

RGB151173127-
CMYK0.1300.270.32
HSL88.7º21.9%58.82%-
HSV(B)88.7º26.59%67.84%-
XYZ31.543825.75-
YUV161.18108.71120.74-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.48%
GREEN value IS 173 (67.97% from 255) = 38.36%
BLUE value IS 127 (50% from 255) = 28.16%
R=33.48%
G=38.36%
B=28.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1511731270.1300.270.3288.721.958.82
Hex97AD7FD01B2059163b
Octal22725517715033401312673
Binary100101111010110111111111101011011100000101100110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97AD7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,173,127); }

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

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

 a { background-color: rgb(151,173,127); }

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

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

 span { border-color: rgb(151,173,127); }

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