#97AF5F

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

Shades of Green Smoke #97AF5F

Tints of Green Smoke #97AF5F

Color information

#97AF5F (or 0x97AF5F) is unknown color: approx Green Smoke. HEX triplet: 97, AF and 5F. RGB value is (151,175,95). Sum of RGB (Red+Green+Blue) = 151+175+95=421 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.87% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 95 (37.5% from 255 or 22.57% from 421); Max value from RGB is 175 - color contains mainly: green. Hex color #97AF5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97AF5F is #6850A0. Grayscale: #9F9F9F. Windows color (decimal): -6836385 or 6270871. OLE color: 6270871.

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

Color convert

RGB15117595-
CMYK0.1400.460.31
HSL78º33.33%52.94%-
HSV(B)78º45.71%68.63%-
XYZ30.1638.0716.58-
YUV158.792.05122.5-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.87%
GREEN value IS 175 (68.75% from 255) = 41.57%
BLUE value IS 95 (37.5% from 255) = 22.57%
R=35.87%
G=41.57%
B=22.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal151175950.1400.460.317833.3352.94
Hex97AF5FE02E1F4e2135
Octal22725713716056371164165
Binary1001011110101111101111111100101110111111001110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97AF5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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