#97AF76

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

Shades of Olivine #97AF76

Tints of Olivine #97AF76

Color information

#97AF76 (or 0x97AF76) is unknown color: approx Olivine. HEX triplet: 97, AF and 76. RGB value is (151,175,118). Sum of RGB (Red+Green+Blue) = 151+175+118=444 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.01% from 444); Green value is 175 (68.75% from 255 or 39.41% from 444); Blue value is 118 (46.48% from 255 or 26.58% from 444); Max value from RGB is 175 - color contains mainly: green. Hex color #97AF76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97AF76 is #685089. Grayscale: #A1A1A1. Windows color (decimal): -6836362 or 7778199. OLE color: 7778199.

HSL color Cylindrical-coordinate representation of color #97AF76: hue angle of 85.26º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #97AF76 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB151175118-
CMYK0.1400.330.31
HSL85.26º26.27%57.45%-
HSV(B)85.26º32.57%68.63%-
XYZ31.3638.5522.93-
YUV161.33103.55120.63-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.01%
GREEN value IS 175 (68.75% from 255) = 39.41%
BLUE value IS 118 (46.48% from 255) = 26.58%
R=34.01%
G=39.41%
B=26.58%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1511751180.1400.330.3185.2626.2757.45
Hex97AF76E0211F551a39
Octal22725716616041371253271
Binary100101111010111111101101110010000111111101010111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97AF76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,175,118); }

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

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

 a { background-color: rgb(151,175,118); }

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

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

 span { border-color: rgb(151,175,118); }

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