Html Css Color HEX #96A164 Green Smoke

📋 copy color: '#96A164'

red 150 ◦ green 161 ◦ blue 100

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

Shades of Green Smoke #96A164

Tints of Green Smoke #96A164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 24.33%

R = 36.5%
G = 39.17%
B = 24.33%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.38

 K value IS 0.37

RGB Variations

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

Color information

#96A164 (or 0x96A164) is known color: Green Smoke. HEX triplet: 96, A1 and 64. RGB value is (150,161,100). Sum of RGB (Red+Green+Blue) = 150+161+100=411 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.50% from 411); Green value is 161 (63.28% from 255 or 39.17% from 411); Blue value is 100 (39.45% from 255 or 24.33% from 411); Max value from RGB is 161 - color contains mainly: green. Hex color #96A164 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A164 is #695E9B. Grayscale: #969696. Windows color (decimal): -6905500 or 6594966. OLE color: 6594966.

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

Color convert

RGB 150 161 100 -
CMYK 0.07 0 0.38 0.37
HSL 70.82º 0.24% 0.51% -
HSV(B) 70.82º 0.38% 0.63% -
XYZ 27.62 32.89 16.95 -
YUV 150.76 99.36 127.46 -
System Red Green Blue C M Y K H S L
Decimal 150 161 100 0.07 0 0.38 0.37 70.82 0.24 0.51
Hex 96 A1 64 7 0 26 25 47 18 33
Octal 226 241 144 7 0 46 45 107 30 63
Binary 10010110 10100001 1100100 111 0 100110 100101 1000111 11000 110011

Color Harmonies of #96A164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A164

Black with #96A164

Text Example


Text Example

White with #96A164

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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