#97AD7E

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

Shades of Olivine #97AD7E

Tints of Olivine #97AD7E

Color information

#97AD7E (or 0x97AD7E) is unknown color: approx Olivine. HEX triplet: 97, AD and 7E. RGB value is (151,173,126). Sum of RGB (Red+Green+Blue) = 151+173+126=450 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.56% from 450); Green value is 173 (67.97% from 255 or 38.44% from 450); Blue value is 126 (49.61% from 255 or 28% from 450); Max value from RGB is 173 - color contains mainly: green. Hex color #97AD7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97AD7E is #685281. Grayscale: #A1A1A1. Windows color (decimal): -6836866 or 8301975. OLE color: 8301975.

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

Color convert

RGB151173126-
CMYK0.1300.270.32
HSL88.09º22.27%58.63%-
HSV(B)88.09º27.17%67.84%-
XYZ31.4737.9725.41-
YUV161.06108.21120.82-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.56%
GREEN value IS 173 (67.97% from 255) = 38.44%
BLUE value IS 126 (49.61% from 255) = 28%
R=33.56%
G=38.44%
B=28%

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
Decimal1511731260.1300.270.3288.0922.2758.63
Hex97AD7ED01B2058163b
Octal22725517615033401302673
Binary100101111010110111111101101011011100000101100010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97AD7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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