#96A967

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

Shades of Green Smoke #96A967

Tints of Green Smoke #96A967

Color information

#96A967 (or 0x96A967) is unknown color: approx Green Smoke. HEX triplet: 96, A9 and 67. RGB value is (150,169,103). Sum of RGB (Red+Green+Blue) = 150+169+103=422 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.55% from 422); Green value is 169 (66.41% from 255 or 40.05% from 422); Blue value is 103 (40.62% from 255 or 24.41% from 422); Max value from RGB is 169 - color contains mainly: green. Hex color #96A967 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A967 is #695698. Grayscale: #9C9C9C. Windows color (decimal): -6903449 or 6793622. OLE color: 6793622.

HSL color Cylindrical-coordinate representation of color #96A967: hue angle of 77.27º degrees, saturation: 0.28, 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 #96A967 is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.34.

Color convert

RGB150169103-
CMYK0.1100.390.34
HSL77.27º27.73%53.33%-
HSV(B)77.27º39.05%66.27%-
XYZ29.2135.8418.21-
YUV155.7998.21123.87-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.55%
GREEN value IS 169 (66.41% from 255) = 40.05%
BLUE value IS 103 (40.62% from 255) = 24.41%
R=35.55%
G=40.05%
B=24.41%

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
Decimal1501691030.1100.390.3477.2727.7353.33
Hex96A967B027224d1c35
Octal22625114713047421153465
Binary1001011010101001110011110110100111100010100110111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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