#949F75

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

Shades of Sage #949F75

Tints of Sage #949F75

Color information

#949F75 (or 0x949F75) is unknown color: approx Sage. HEX triplet: 94, 9F and 75. RGB value is (148,159,117). Sum of RGB (Red+Green+Blue) = 148+159+117=424 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.91% from 424); Green value is 159 (62.5% from 255 or 37.5% from 424); Blue value is 117 (46.09% from 255 or 27.59% from 424); Max value from RGB is 159 - color contains mainly: green. Hex color #949F75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949F75 is #6B608A. Grayscale: #979797. Windows color (decimal): -7037067 or 7708564. OLE color: 7708564.

HSL color Cylindrical-coordinate representation of color #949F75: hue angle of 75.71º degrees, saturation: 0.18, 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 #949F75 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB148159117-
CMYK0.0700.260.38
HSL75.71º17.95%54.12%-
HSV(B)75.71º26.42%62.35%-
XYZ27.8232.3821.61-
YUV150.92108.86125.92-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.91%
GREEN value IS 159 (62.5% from 255) = 37.5%
BLUE value IS 117 (46.09% from 255) = 27.59%
R=34.91%
G=37.5%
B=27.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1481591170.0700.260.3875.7117.9554.12
Hex949F75701A264c1236
Octal2242371657032461142266
Binary10010100100111111110101111011010100110100110010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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