Html Css Color HEX #96A16C Green Smoke

📋 copy color: '#96A16C'

red 150 ◦ green 161 ◦ blue 108

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

Shades of Green Smoke #96A16C

Tints of Green Smoke #96A16C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.42%

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

R = 35.8%
G = 38.42%
B = 25.78%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.33

 K value IS 0.37

RGB Variations

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

Color information

#96A16C (or 0x96A16C) is known color: Green Smoke. HEX triplet: 96, A1 and 6C. RGB value is (150,161,108). Sum of RGB (Red+Green+Blue) = 150+161+108=419 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.80% from 419); Green value is 161 (63.28% from 255 or 38.42% from 419); Blue value is 108 (42.58% from 255 or 25.78% from 419); Max value from RGB is 161 - color contains mainly: green. Hex color #96A16C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A16C is #695E93. Grayscale: #979797. Windows color (decimal): -6905492 or 7119254. OLE color: 7119254.

HSL color Cylindrical-coordinate representation of color #96A16C: hue angle of 72.45º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96A16C is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.37.

Color convert

RGB 150 161 108 -
CMYK 0.07 0 0.33 0.37
HSL 72.45º 0.22% 0.53% -
HSV(B) 72.45º 0.33% 0.63% -
XYZ 28.03 33.06 19.09 -
YUV 151.67 103.36 126.81 -
System Red Green Blue C M Y K H S L
Decimal 150 161 108 0.07 0 0.33 0.37 72.45 0.22 0.53
Hex 96 A1 6C 7 0 21 25 48 16 35
Octal 226 241 154 7 0 41 45 110 26 65
Binary 10010110 10100001 1101100 111 0 100001 100101 1001000 10110 110101

Color Harmonies of #96A16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A16C

Black with #96A16C

Text Example


Text Example

White with #96A16C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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