Html Css Color HEX #949D7C Sage

📋 copy color: '#949D7C'

red 148 ◦ green 157 ◦ blue 124

#949D7C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sage #949D7C

Tints of Sage #949D7C

RGB

 RED value IS 148 (58.2% from 255) = 34.5%

 GREEN value IS 157 (61.72% from 255) = 36.6%

 BLUE value IS 124 (48.83% from 255) = 28.9%

R = 34.5%
G = 36.6%
B = 28.9%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#949D7C (or 0x949D7C) is known color: Sage. HEX triplet: 94, 9D and 7C. RGB value is (148,157,124). Sum of RGB (Red+Green+Blue) = 148+157+124=429 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.50% from 429); Green value is 157 (61.72% from 255 or 36.60% from 429); Blue value is 124 (48.83% from 255 or 28.90% from 429); Max value from RGB is 157 - color contains mainly: green. Hex color #949D7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949D7C is #6B6283. Grayscale: #969696. Windows color (decimal): -7037572 or 8166804. OLE color: 8166804.

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

Color convert

RGB 148 157 124 -
CMYK 0.06 0 0.21 0.38
HSL 76.36º 0.14% 0.55% -
HSV(B) 76.36º 0.21% 0.62% -
XYZ 27.91 31.87 23.75 -
YUV 150.55 113.02 126.18 -
System Red Green Blue C M Y K H S L
Decimal 148 157 124 0.06 0 0.21 0.38 76.36 0.14 0.55
Hex 94 9D 7C 6 0 15 26 4C E 37
Octal 224 235 174 6 0 25 46 114 16 67
Binary 10010100 10011101 1111100 110 0 10101 100110 1001100 1110 110111

Color Harmonies of #949D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949D7C

Black with #949D7C

Text Example


Text Example

White with #949D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,157,124); }

 H1.HeaderClassName
 {
   color: #949D7C;
 }
 .AnyTagClassName
 {
   color: #949D7C;
 }
</style>

background-color css

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

 a { background-color: rgb(148,157,124); }

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

border-color css

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

 span { border-color: rgb(148,157,124); }

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