#949E70

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

Shades of Sage #949E70

Tints of Sage #949E70

Color information

#949E70 (or 0x949E70) is unknown color: approx Sage. HEX triplet: 94, 9E and 70. RGB value is (148,158,112). Sum of RGB (Red+Green+Blue) = 148+158+112=418 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.41% from 418); Green value is 158 (62.11% from 255 or 37.80% from 418); Blue value is 112 (44.14% from 255 or 26.79% from 418); Max value from RGB is 158 - color contains mainly: green. Hex color #949E70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949E70 is #6B618F. Grayscale: #959595. Windows color (decimal): -7037328 or 7380628. OLE color: 7380628.

HSL color Cylindrical-coordinate representation of color #949E70: hue angle of 73.04º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #949E70 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB148158112-
CMYK0.0600.290.38
HSL73.04º19.17%52.94%-
HSV(B)73.04º29.11%61.96%-
XYZ27.3631.9220.05-
YUV149.77106.69126.74-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.41%
GREEN value IS 158 (62.11% from 255) = 37.80%
BLUE value IS 112 (44.14% from 255) = 26.79%
R=35.41%
G=37.80%
B=26.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1481581120.0600.290.3873.0419.1752.94
Hex949E70601D26491335
Octal2242361606035461112365
Binary10010100100111101110000110011101100110100100110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949E70; }

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

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

<style>
 a { background-color: #949E70; }

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

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

<style>
 span { border-color: #949E70; }

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

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