#94A372

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

Shades of Sage #94A372

Tints of Sage #94A372

Color information

#94A372 (or 0x94A372) is unknown color: approx Sage. HEX triplet: 94, A3 and 72. RGB value is (148,163,114). Sum of RGB (Red+Green+Blue) = 148+163+114=425 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.82% from 425); Green value is 163 (64.06% from 255 or 38.35% from 425); Blue value is 114 (44.92% from 255 or 26.82% from 425); Max value from RGB is 163 - color contains mainly: green. Hex color #94A372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A372 is #6B5C8D. Grayscale: #999999. Windows color (decimal): -7036046 or 7512980. OLE color: 7512980.

HSL color Cylindrical-coordinate representation of color #94A372: hue angle of 78.37º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #94A372 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB148163114-
CMYK0.0900.300.36
HSL78.37º21.03%54.31%-
HSV(B)78.37º30.06%63.92%-
XYZ28.3533.7120.93-
YUV152.93106.03124.48-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.82%
GREEN value IS 163 (64.06% from 255) = 38.35%
BLUE value IS 114 (44.92% from 255) = 26.82%
R=34.82%
G=38.35%
B=26.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1481631140.0900.300.3678.3721.0354.31
Hex94A372901E244e1536
Octal22424316211036441162566
Binary100101001010001111100101001011110100100100111010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,163,114); }

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

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

 a { background-color: rgb(148,163,114); }

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

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

 span { border-color: rgb(148,163,114); }

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