#94A27F

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

Shades of Sage #94A27F

Tints of Sage #94A27F

Color information

#94A27F (or 0x94A27F) is unknown color: approx Sage. HEX triplet: 94, A2 and 7F. RGB value is (148,162,127). Sum of RGB (Red+Green+Blue) = 148+162+127=437 (57% of max value = 765). Red value is 148 (58.20% from 255 or 33.87% from 437); Green value is 162 (63.67% from 255 or 37.07% from 437); Blue value is 127 (50% from 255 or 29.06% from 437); Max value from RGB is 162 - color contains mainly: green. Hex color #94A27F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A27F is #6B5D80. Grayscale: #999999. Windows color (decimal): -7036289 or 8364692. OLE color: 8364692.

HSL color Cylindrical-coordinate representation of color #94A27F: hue angle of 84º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #94A27F is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB148162127-
CMYK0.0900.220.36
HSL84º15.84%56.67%-
HSV(B)84º21.6%63.53%-
XYZ28.9633.6725.05-
YUV153.82112.86123.85-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.87%
GREEN value IS 162 (63.67% from 255) = 37.07%
BLUE value IS 127 (50% from 255) = 29.06%
R=33.87%
G=37.07%
B=29.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1481621270.0900.220.368415.8456.67
Hex94A27F901624541039
Octal22424217711026441242071
Binary100101001010001011111111001010110100100101010010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94A27F; }

 p { color: rgb(148,162,127); }

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

<style>
 a { background-color: #94A27F; }

 a { background-color: rgb(148,162,127); }

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

<style>
 span { border-color: #94A27F; }

 span { border-color: rgb(148,162,127); }

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