#94A36D

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

Shades of Sage #94A36D

Tints of Sage #94A36D

Color information

#94A36D (or 0x94A36D) is unknown color: approx Sage. HEX triplet: 94, A3 and 6D. RGB value is (148,163,109). Sum of RGB (Red+Green+Blue) = 148+163+109=420 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.24% from 420); Green value is 163 (64.06% from 255 or 38.81% from 420); Blue value is 109 (42.97% from 255 or 25.95% from 420); Max value from RGB is 163 - color contains mainly: green. Hex color #94A36D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A36D is #6B5C92. Grayscale: #989898. Windows color (decimal): -7036051 or 7185300. OLE color: 7185300.

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

Color convert

RGB148163109-
CMYK0.0900.330.36
HSL76.67º22.69%53.33%-
HSV(B)76.67º33.13%63.92%-
XYZ28.0733.5919.47-
YUV152.36103.53124.89-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.24%
GREEN value IS 163 (64.06% from 255) = 38.81%
BLUE value IS 109 (42.97% from 255) = 25.95%
R=35.24%
G=38.81%
B=25.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1481631090.0900.330.3676.6722.6953.33
Hex94A36D9021244d1735
Octal22424315511041441152765
Binary1001010010100011110110110010100001100100100110110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A36D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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