#9EAD74

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

Shades of Sage #9EAD74

Tints of Sage #9EAD74

Color information

#9EAD74 (or 0x9EAD74) is unknown color: approx Sage. HEX triplet: 9E, AD and 74. RGB value is (158,173,116). Sum of RGB (Red+Green+Blue) = 158+173+116=447 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.35% from 447); Green value is 173 (67.97% from 255 or 38.70% from 447); Blue value is 116 (45.70% from 255 or 25.95% from 447); Max value from RGB is 173 - color contains mainly: green. Hex color #9EAD74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EAD74 is #61528B. Grayscale: #A2A2A2. Windows color (decimal): -6378124 or 7646622. OLE color: 7646622.

HSL color Cylindrical-coordinate representation of color #9EAD74: hue angle of 75.79º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EAD74 is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.32.

Color convert

RGB158173116-
CMYK0.0900.330.32
HSL75.79º25.79%56.67%-
HSV(B)75.79º32.95%67.84%-
XYZ32.238.4222.24-
YUV162.02102.03125.13-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.35%
GREEN value IS 173 (67.97% from 255) = 38.70%
BLUE value IS 116 (45.70% from 255) = 25.95%
R=35.35%
G=38.70%
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.32
SystemRedGreenBlueCMYKHSL
Decimal1581731160.0900.330.3275.7925.7956.67
Hex9EAD749021204c1a39
Octal23625516411041401143271
Binary1001111010101101111010010010100001100000100110011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAD74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9EAD74; }

 p { color: rgb(158,173,116); }

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

<style>
 a { background-color: #9EAD74; }

 a { background-color: rgb(158,173,116); }

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

<style>
 span { border-color: #9EAD74; }

 span { border-color: rgb(158,173,116); }

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