#96A56B

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

Shades of Green Smoke #96A56B

Tints of Green Smoke #96A56B

Color information

#96A56B (or 0x96A56B) is unknown color: approx Green Smoke. HEX triplet: 96, A5 and 6B. RGB value is (150,165,107). Sum of RGB (Red+Green+Blue) = 150+165+107=422 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.55% from 422); Green value is 165 (64.84% from 255 or 39.10% from 422); Blue value is 107 (42.19% from 255 or 25.36% from 422); Max value from RGB is 165 - color contains mainly: green. Hex color #96A56B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A56B is #695A94. Grayscale: #9A9A9A. Windows color (decimal): -6904469 or 7054742. OLE color: 7054742.

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

Color convert

RGB150165107-
CMYK0.0900.350.35
HSL75.52º24.37%53.33%-
HSV(B)75.52º35.15%64.71%-
XYZ28.6934.4619.05-
YUV153.9101.53125.22-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.55%
GREEN value IS 165 (64.84% from 255) = 39.10%
BLUE value IS 107 (42.19% from 255) = 25.36%
R=35.55%
G=39.10%
B=25.36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1501651070.0900.350.3575.5224.3753.33
Hex96A56B9023234c1835
Octal22624515311043431143065
Binary1001011010100101110101110010100011100011100110011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A56B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,165,107); }

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

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

 a { background-color: rgb(150,165,107); }

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

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

 span { border-color: rgb(150,165,107); }

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