#96A67D

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

Shades of Sage #96A67D

Tints of Sage #96A67D

Color information

#96A67D (or 0x96A67D) is unknown color: approx Sage. HEX triplet: 96, A6 and 7D. RGB value is (150,166,125). Sum of RGB (Red+Green+Blue) = 150+166+125=441 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.01% from 441); Green value is 166 (65.23% from 255 or 37.64% from 441); Blue value is 125 (49.22% from 255 or 28.34% from 441); Max value from RGB is 166 - color contains mainly: green. Hex color #96A67D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A67D is #695982. Grayscale: #9C9C9C. Windows color (decimal): -6904195 or 8234646. OLE color: 8234646.

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

Color convert

RGB150166125-
CMYK0.1000.250.35
HSL83.41º18.72%57.06%-
HSV(B)83.41º24.7%65.1%-
XYZ29.9235.2424.63-
YUV156.54110.2123.33-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.01%
GREEN value IS 166 (65.23% from 255) = 37.64%
BLUE value IS 125 (49.22% from 255) = 28.34%
R=34.01%
G=37.64%
B=28.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1501661250.1000.250.3583.4118.7257.06
Hex96A67DA01923531339
Octal22624617512031431232371
Binary100101101010011011111011010011001100011101001110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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