#96A474

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

Shades of Sage #96A474

Tints of Sage #96A474

Color information

#96A474 (or 0x96A474) is unknown color: approx Sage. HEX triplet: 96, A4 and 74. RGB value is (150,164,116). Sum of RGB (Red+Green+Blue) = 150+164+116=430 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.88% from 430); Green value is 164 (64.45% from 255 or 38.14% from 430); Blue value is 116 (45.70% from 255 or 26.98% from 430); Max value from RGB is 164 - color contains mainly: green. Hex color #96A474 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A474 is #695B8B. Grayscale: #9A9A9A. Windows color (decimal): -6904716 or 7644310. OLE color: 7644310.

HSL color Cylindrical-coordinate representation of color #96A474: hue angle of 77.5º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96A474 is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB150164116-
CMYK0.0900.290.36
HSL77.5º20.87%54.9%-
HSV(B)77.5º29.27%64.31%-
XYZ29.0134.321.61-
YUV154.34106.36124.9-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.88%
GREEN value IS 164 (64.45% from 255) = 38.14%
BLUE value IS 116 (45.70% from 255) = 26.98%
R=34.88%
G=38.14%
B=26.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1501641160.0900.290.3677.520.8754.9
Hex96A474901D244e1537
Octal22624416411035441162567
Binary100101101010010011101001001011101100100100111010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,164,116); }

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

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

 a { background-color: rgb(150,164,116); }

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

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

 span { border-color: rgb(150,164,116); }

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