#949B74

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

Shades of Sage #949B74

Tints of Sage #949B74

Color information

#949B74 (or 0x949B74) is unknown color: approx Sage. HEX triplet: 94, 9B and 74. RGB value is (148,155,116). Sum of RGB (Red+Green+Blue) = 148+155+116=419 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.32% from 419); Green value is 155 (60.94% from 255 or 36.99% from 419); Blue value is 116 (45.70% from 255 or 27.68% from 419); Max value from RGB is 155 - color contains mainly: green. Hex color #949B74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949B74 is #6B648B. Grayscale: #949494. Windows color (decimal): -7038092 or 7642004. OLE color: 7642004.

HSL color Cylindrical-coordinate representation of color #949B74: hue angle of 70.77º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #949B74 is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB148155116-
CMYK0.0500.250.39
HSL70.77º16.32%53.14%-
HSV(B)70.77º25.16%60.78%-
XYZ27.093121.08-
YUV148.46109.68127.67-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.32%
GREEN value IS 155 (60.94% from 255) = 36.99%
BLUE value IS 116 (45.70% from 255) = 27.68%
R=35.32%
G=36.99%
B=27.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1481551160.0500.250.3970.7716.3253.14
Hex949B74501927471035
Octal2242331645031471072065
Binary10010100100110111110100101011001100111100011110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,155,116); }

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

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

 a { background-color: rgb(148,155,116); }

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

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

 span { border-color: rgb(148,155,116); }

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