Html Css Color HEX #96A06C Green Smoke

📋 copy color: '#96A06C'

red 150 ◦ green 160 ◦ blue 108

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

Shades of Green Smoke #96A06C

Tints of Green Smoke #96A06C

RGB

 RED value IS 150 (58.98% from 255) = 35.89%

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

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

R = 35.89%
G = 38.28%
B = 25.84%

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

#96A06C (or 0x96A06C) is known color: Green Smoke. HEX triplet: 96, A0 and 6C. RGB value is (150,160,108). Sum of RGB (Red+Green+Blue) = 150+160+108=418 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.89% from 418); Green value is 160 (62.89% from 255 or 38.28% from 418); Blue value is 108 (42.58% from 255 or 25.84% from 418); Max value from RGB is 160 - color contains mainly: green. Hex color #96A06C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A06C is #695F93. Grayscale: #979797. Windows color (decimal): -6905748 or 7118998. OLE color: 7118998.

HSL color Cylindrical-coordinate representation of color #96A06C: hue angle of 71.54º 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 #96A06C is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB 150 160 108 -
CMYK 0.06 0 0.32 0.37
HSL 71.54º 0.21% 0.53% -
HSV(B) 71.54º 0.33% 0.63% -
XYZ 27.86 32.71 19.03 -
YUV 151.08 103.69 127.23 -
System Red Green Blue C M Y K H S L
Decimal 150 160 108 0.06 0 0.32 0.37 71.54 0.21 0.53
Hex 96 A0 6C 6 0 20 25 48 15 35
Octal 226 240 154 6 0 40 45 110 25 65
Binary 10010110 10100000 1101100 110 0 100000 100101 1001000 10101 110101

Color Harmonies of #96A06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A06C

Black with #96A06C

Text Example


Text Example

White with #96A06C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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