#949E75

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

Shades of Sage #949E75

Tints of Sage #949E75

Color information

#949E75 (or 0x949E75) is unknown color: approx Sage. HEX triplet: 94, 9E and 75. RGB value is (148,158,117). Sum of RGB (Red+Green+Blue) = 148+158+117=423 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.99% from 423); Green value is 158 (62.11% from 255 or 37.35% from 423); Blue value is 117 (46.09% from 255 or 27.66% from 423); Max value from RGB is 158 - color contains mainly: green. Hex color #949E75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949E75 is #6B618A. Grayscale: #969696. Windows color (decimal): -7037323 or 7708308. OLE color: 7708308.

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

Color convert

RGB148158117-
CMYK0.0600.260.38
HSL74.63º17.45%53.92%-
HSV(B)74.63º25.95%61.96%-
XYZ27.6532.0321.56-
YUV150.34109.19126.33-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.99%
GREEN value IS 158 (62.11% from 255) = 37.35%
BLUE value IS 117 (46.09% from 255) = 27.66%
R=34.99%
G=37.35%
B=27.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1481581170.0600.260.3874.6317.4553.92
Hex949E75601A264b1136
Octal2242361656032461132166
Binary10010100100111101110101110011010100110100101110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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