#96A66F

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

Shades of Sage #96A66F

Tints of Sage #96A66F

Color information

#96A66F (or 0x96A66F) is unknown color: approx Sage. HEX triplet: 96, A6 and 6F. RGB value is (150,166,111). Sum of RGB (Red+Green+Blue) = 150+166+111=427 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.13% from 427); Green value is 166 (65.23% from 255 or 38.88% from 427); Blue value is 111 (43.75% from 255 or 26.00% from 427); Max value from RGB is 166 - color contains mainly: green. Hex color #96A66F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A66F is #695990. Grayscale: #9B9B9B. Windows color (decimal): -6904209 or 7317142. OLE color: 7317142.

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

Color convert

RGB150166111-
CMYK0.1000.330.35
HSL77.45º23.61%54.31%-
HSV(B)77.45º33.13%65.1%-
XYZ29.0834.920.24-
YUV154.95103.2124.47-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.13%
GREEN value IS 166 (65.23% from 255) = 38.88%
BLUE value IS 111 (43.75% from 255) = 26.00%
R=35.13%
G=38.88%
B=26.00%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1501661110.1000.330.3577.4523.6154.31
Hex96A66FA021234d1836
Octal22624615712041431153066
Binary1001011010100110110111110100100001100011100110111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,166,111); }

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

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

 a { background-color: rgb(150,166,111); }

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

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

 span { border-color: rgb(150,166,111); }

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