#96A867

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

Shades of Green Smoke #96A867

Tints of Green Smoke #96A867

Color information

#96A867 (or 0x96A867) is unknown color: approx Green Smoke. HEX triplet: 96, A8 and 67. RGB value is (150,168,103). Sum of RGB (Red+Green+Blue) = 150+168+103=421 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.63% from 421); Green value is 168 (66.02% from 255 or 39.90% from 421); Blue value is 103 (40.62% from 255 or 24.47% from 421); Max value from RGB is 168 - color contains mainly: green. Hex color #96A867 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A867 is #695798. Grayscale: #9B9B9B. Windows color (decimal): -6903705 or 6793366. OLE color: 6793366.

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

Color convert

RGB150168103-
CMYK0.1100.390.34
HSL76.62º27.2%53.14%-
HSV(B)76.62º38.69%65.88%-
XYZ29.0335.4718.15-
YUV155.2198.54124.29-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.63%
GREEN value IS 168 (66.02% from 255) = 39.90%
BLUE value IS 103 (40.62% from 255) = 24.47%
R=35.63%
G=39.90%
B=24.47%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1501681030.1100.390.3476.6227.253.14
Hex96A867B027224d1b35
Octal22625014713047421153365
Binary1001011010101000110011110110100111100010100110111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,168,103); }

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

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

 a { background-color: rgb(150,168,103); }

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

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

 span { border-color: rgb(150,168,103); }

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