#96A969

Color #96A969 Green Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Smoke #96A969

Tints of Green Smoke #96A969

Color information

#96A969 (or 0x96A969) is unknown color: approx Green Smoke. HEX triplet: 96, A9 and 69. RGB value is (150,169,105). Sum of RGB (Red+Green+Blue) = 150+169+105=424 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.38% from 424); Green value is 169 (66.41% from 255 or 39.86% from 424); Blue value is 105 (41.41% from 255 or 24.76% from 424); Max value from RGB is 169 - color contains mainly: green. Hex color #96A969 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A969 is #695696. Grayscale: #9C9C9C. Windows color (decimal): -6903447 or 6924694. OLE color: 6924694.

HSL color Cylindrical-coordinate representation of color #96A969: hue angle of 77.81º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96A969 is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.34.

Color convert

RGB150169105-
CMYK0.1100.380.34
HSL77.81º27.12%53.73%-
HSV(B)77.81º37.87%66.27%-
XYZ29.3235.8818.75-
YUV156.0299.21123.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.38%
GREEN value IS 169 (66.41% from 255) = 39.86%
BLUE value IS 105 (41.41% from 255) = 24.76%
R=35.38%
G=39.86%
B=24.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1501691050.1100.380.3477.8127.1253.73
Hex96A969B026224e1b36
Octal22625115113046421163366
Binary1001011010101001110100110110100110100010100111011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #96A969;
 }
 .AnyTagClassName
 {
   color: #96A969;
 }
</style>
background-color css

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

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

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

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

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

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