#94A276

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

Shades of Sage #94A276

Tints of Sage #94A276

Color information

#94A276 (or 0x94A276) is unknown color: approx Sage. HEX triplet: 94, A2 and 76. RGB value is (148,162,118). Sum of RGB (Red+Green+Blue) = 148+162+118=428 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.58% from 428); Green value is 162 (63.67% from 255 or 37.85% from 428); Blue value is 118 (46.48% from 255 or 27.57% from 428); Max value from RGB is 162 - color contains mainly: green. Hex color #94A276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A276 is #6B5D89. Grayscale: #989898. Windows color (decimal): -7036298 or 7774868. OLE color: 7774868.

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

Color convert

RGB148162118-
CMYK0.0900.270.36
HSL79.09º19.13%54.9%-
HSV(B)79.09º27.16%63.53%-
XYZ28.433.4422.1-
YUV152.8108.36124.58-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.58%
GREEN value IS 162 (63.67% from 255) = 37.85%
BLUE value IS 118 (46.48% from 255) = 27.57%
R=34.58%
G=37.85%
B=27.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1481621180.0900.270.3679.0919.1354.9
Hex94A276901B244f1337
Octal22424216611033441172367
Binary100101001010001011101101001011011100100100111110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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