#94A370

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

Shades of Sage #94A370

Tints of Sage #94A370

Color information

#94A370 (or 0x94A370) is unknown color: approx Sage. HEX triplet: 94, A3 and 70. RGB value is (148,163,112). Sum of RGB (Red+Green+Blue) = 148+163+112=423 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.99% from 423); Green value is 163 (64.06% from 255 or 38.53% from 423); Blue value is 112 (44.14% from 255 or 26.48% from 423); Max value from RGB is 163 - color contains mainly: green. Hex color #94A370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A370 is #6B5C8F. Grayscale: #989898. Windows color (decimal): -7036048 or 7381908. OLE color: 7381908.

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

Color convert

RGB148163112-
CMYK0.0900.310.36
HSL77.65º21.7%53.92%-
HSV(B)77.65º31.29%63.92%-
XYZ28.2333.6620.34-
YUV152.7105.03124.65-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.99%
GREEN value IS 163 (64.06% from 255) = 38.53%
BLUE value IS 112 (44.14% from 255) = 26.48%
R=34.99%
G=38.53%
B=26.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1481631120.0900.310.3677.6521.753.92
Hex94A370901F244e1636
Octal22424316011037441162666
Binary100101001010001111100001001011111100100100111010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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