#94A277

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

Shades of Sage #94A277

Tints of Sage #94A277

Color information

#94A277 (or 0x94A277) is unknown color: approx Sage. HEX triplet: 94, A2 and 77. RGB value is (148,162,119). Sum of RGB (Red+Green+Blue) = 148+162+119=429 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.50% from 429); Green value is 162 (63.67% from 255 or 37.76% from 429); Blue value is 119 (46.88% from 255 or 27.74% from 429); Max value from RGB is 162 - color contains mainly: green. Hex color #94A277 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A277 is #6B5D88. Grayscale: #999999. Windows color (decimal): -7036297 or 7840404. OLE color: 7840404.

HSL color Cylindrical-coordinate representation of color #94A277: hue angle of 79.53º 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 #94A277 is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB148162119-
CMYK0.0900.270.36
HSL79.53º18.78%55.1%-
HSV(B)79.53º26.54%63.53%-
XYZ28.4633.4722.41-
YUV152.91108.86124.5-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.50%
GREEN value IS 162 (63.67% from 255) = 37.76%
BLUE value IS 119 (46.88% from 255) = 27.74%
R=34.50%
G=37.76%
B=27.74%

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
Decimal1481621190.0900.270.3679.5318.7855.1
Hex94A277901B24501337
Octal22424216711033441202367
Binary100101001010001011101111001011011100100101000010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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