Html Css Color HEX #96AA64 Green Smoke

📋 copy color: '#96AA64'

red 150 ◦ green 170 ◦ blue 100

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

Shades of Green Smoke #96AA64

Tints of Green Smoke #96AA64

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.48%

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

R = 35.71%
G = 40.48%
B = 23.81%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#96AA64 (or 0x96AA64) is known color: Green Smoke. HEX triplet: 96, AA and 64. RGB value is (150,170,100). Sum of RGB (Red+Green+Blue) = 150+170+100=420 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.71% from 420); Green value is 170 (66.80% from 255 or 40.48% from 420); Blue value is 100 (39.45% from 255 or 23.81% from 420); Max value from RGB is 170 - color contains mainly: green. Hex color #96AA64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96AA64 is #69559B. Grayscale: #9C9C9C. Windows color (decimal): -6903196 or 6597270. OLE color: 6597270.

HSL color Cylindrical-coordinate representation of color #96AA64: hue angle of 77.14º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96AA64 is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 170 100 -
CMYK 0.12 0 0.41 0.33
HSL 77.14º 0.29% 0.53% -
HSV(B) 77.14º 0.41% 0.67% -
XYZ 29.25 36.15 17.49 -
YUV 156.04 96.37 123.69 -
System Red Green Blue C M Y K H S L
Decimal 150 170 100 0.12 0 0.41 0.33 77.14 0.29 0.53
Hex 96 AA 64 C 0 29 21 4D 1D 35
Octal 226 252 144 14 0 51 41 115 35 65
Binary 10010110 10101010 1100100 1100 0 101001 100001 1001101 11101 110101

Color Harmonies of #96AA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AA64

Black with #96AA64

Text Example


Text Example

White with #96AA64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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