#97AD6D

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

Shades of Olivine #97AD6D

Tints of Olivine #97AD6D

Color information

#97AD6D (or 0x97AD6D) is unknown color: approx Olivine. HEX triplet: 97, AD and 6D. RGB value is (151,173,109). Sum of RGB (Red+Green+Blue) = 151+173+109=433 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.87% from 433); Green value is 173 (67.97% from 255 or 39.95% from 433); Blue value is 109 (42.97% from 255 or 25.17% from 433); Max value from RGB is 173 - color contains mainly: green. Hex color #97AD6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97AD6D is #685292. Grayscale: #9F9F9F. Windows color (decimal): -6836883 or 7187863. OLE color: 7187863.

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

Color convert

RGB151173109-
CMYK0.1300.370.32
HSL80.62º28.07%55.29%-
HSV(B)80.62º36.99%67.84%-
XYZ30.4737.5720.11-
YUV159.1399.71122.2-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.87%
GREEN value IS 173 (67.97% from 255) = 39.95%
BLUE value IS 109 (42.97% from 255) = 25.17%
R=34.87%
G=39.95%
B=25.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1511731090.1300.370.3280.6228.0755.29
Hex97AD6DD02520511c37
Octal22725515515045401213467
Binary1001011110101101110110111010100101100000101000111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97AD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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