Html Css Color HEX #97A06C Green Smoke

📋 copy color: '#97A06C'

red 151 ◦ green 160 ◦ blue 108

#97A06C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Smoke #97A06C

Tints of Green Smoke #97A06C

RGB

 RED value IS 151 (59.38% from 255) = 36.04%

 GREEN value IS 160 (62.89% from 255) = 38.19%

 BLUE value IS 108 (42.58% from 255) = 25.78%

R = 36.04%
G = 38.19%
B = 25.78%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#97A06C (or 0x97A06C) is known color: Green Smoke. HEX triplet: 97, A0 and 6C. RGB value is (151,160,108). Sum of RGB (Red+Green+Blue) = 151+160+108=419 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.04% from 419); Green value is 160 (62.89% from 255 or 38.19% from 419); Blue value is 108 (42.58% from 255 or 25.78% from 419); Max value from RGB is 160 - color contains mainly: green. Hex color #97A06C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97A06C is #685F93. Grayscale: #979797. Windows color (decimal): -6840212 or 7118999. OLE color: 7118999.

HSL color Cylindrical-coordinate representation of color #97A06C: hue angle of 70.38º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #97A06C is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB 151 160 108 -
CMYK 0.06 0 0.32 0.37
HSL 70.38º 0.21% 0.53% -
HSV(B) 70.38º 0.33% 0.63% -
XYZ 28.04 32.8 19.04 -
YUV 151.38 103.52 127.73 -
System Red Green Blue C M Y K H S L
Decimal 151 160 108 0.06 0 0.32 0.37 70.38 0.21 0.53
Hex 97 A0 6C 6 0 20 25 46 15 35
Octal 227 240 154 6 0 40 45 106 25 65
Binary 10010111 10100000 1101100 110 0 100000 100101 1000110 10101 110101

Color Harmonies of #97A06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97A06C

Black with #97A06C

Text Example


Text Example

White with #97A06C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,160,108); }

 H1.HeaderClassName
 {
   color: #97A06C;
 }
 .AnyTagClassName
 {
   color: #97A06C;
 }
</style>

background-color css

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

 a { background-color: rgb(151,160,108); }

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

border-color css

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

 span { border-color: rgb(151,160,108); }

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