#97b05d

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

Shades of Green Smoke #97B05D

Tints of Green Smoke #97B05D

Color information

#97B05D (or 0x97B05D) is unknown color: approx Green Smoke. HEX triplet: 97, B0 and 5D. RGB value is (151,176,93). Sum of RGB (Red+Green+Blue) = 151+176+93=420 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.95% from 420); Green value is 176 (69.14% from 255 or 41.90% from 420); Blue value is 93 (36.72% from 255 or 22.14% from 420); Max value from RGB is 176 - color contains mainly: green. Hex color #97B05D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97B05D is #684FA2. Grayscale: #9F9F9F. Windows color (decimal): -6836131 or 6140055. OLE color: 6140055.

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

Color convert

RGB15117693-
CMYK0.1400.470.31
HSL78.07º34.44%52.75%-
HSV(B)78.07º47.16%69.02%-
XYZ30.2638.4216.18-
YUV159.0690.72122.25-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.95%
GREEN value IS 176 (69.14% from 255) = 41.90%
BLUE value IS 93 (36.72% from 255) = 22.14%
R=35.95%
G=41.90%
B=22.14%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal151176930.1400.470.3178.0734.4452.75
Hex97B05DE02F1F4e2235
Octal22726013516057371164265
Binary1001011110110000101110111100101111111111001110100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97b05d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,176,93); }

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

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

 a { background-color: rgb(151,176,93); }

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

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

 span { border-color: rgb(151,176,93); }

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