Html Css Color HEX #96A469 Green Smoke

📋 copy color: '#96A469'

red 150 ◦ green 164 ◦ blue 105

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

Shades of Green Smoke #96A469

Tints of Green Smoke #96A469

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.14%

 BLUE value IS 105 (41.41% from 255) = 25.06%

R = 35.8%
G = 39.14%
B = 25.06%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#96A469 (or 0x96A469) is known color: Green Smoke. HEX triplet: 96, A4 and 69. RGB value is (150,164,105). Sum of RGB (Red+Green+Blue) = 150+164+105=419 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.80% from 419); Green value is 164 (64.45% from 255 or 39.14% from 419); Blue value is 105 (41.41% from 255 or 25.06% from 419); Max value from RGB is 164 - color contains mainly: green. Hex color #96A469 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A469 is #695B96. Grayscale: #999999. Windows color (decimal): -6904727 or 6923414. OLE color: 6923414.

HSL color Cylindrical-coordinate representation of color #96A469: hue angle of 74.24º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96A469 is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB 150 164 105 -
CMYK 0.09 0 0.36 0.36
HSL 74.24º 0.24% 0.53% -
HSV(B) 74.24º 0.36% 0.64% -
XYZ 28.4 34.05 18.44 -
YUV 153.09 100.86 125.8 -
System Red Green Blue C M Y K H S L
Decimal 150 164 105 0.09 0 0.36 0.36 74.24 0.24 0.53
Hex 96 A4 69 9 0 24 24 4A 18 35
Octal 226 244 151 11 0 44 44 112 30 65
Binary 10010110 10100100 1101001 1001 0 100100 100100 1001010 11000 110101

Color Harmonies of #96A469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A469

Black with #96A469

Text Example


Text Example

White with #96A469

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,164,105); }

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

background-color css

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

 a { background-color: rgb(150,164,105); }

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

border-color css

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

 span { border-color: rgb(150,164,105); }

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