#96A269

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

Shades of Green Smoke #96A269

Tints of Green Smoke #96A269

Color information

#96A269 (or 0x96A269) is unknown color: approx Green Smoke. HEX triplet: 96, A2 and 69. RGB value is (150,162,105). Sum of RGB (Red+Green+Blue) = 150+162+105=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 162 (63.67% from 255 or 38.85% from 417); Blue value is 105 (41.41% from 255 or 25.18% from 417); Max value from RGB is 162 - color contains mainly: green. Hex color #96A269 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A269 is #695D96. Grayscale: #989898. Windows color (decimal): -6905239 or 6922902. OLE color: 6922902.

HSL color Cylindrical-coordinate representation of color #96A269: hue angle of 72.63º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96A269 is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB150162105-
CMYK0.0700.350.36
HSL72.63º23.46%52.35%-
HSV(B)72.63º35.19%63.53%-
XYZ28.0533.3418.32-
YUV151.91101.52126.63-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.97%
GREEN value IS 162 (63.67% from 255) = 38.85%
BLUE value IS 105 (41.41% from 255) = 25.18%
R=35.97%
G=38.85%
B=25.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1501621050.0700.350.3672.6323.4652.35
Hex96A269702324491734
Octal2262421517043441112764
Binary100101101010001011010011110100011100100100100110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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