Html Css Color HEX #949F7C Sage

📋 copy color: '#949F7C'

red 148 ◦ green 159 ◦ blue 124

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

Shades of Sage #949F7C

Tints of Sage #949F7C

RGB

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

 GREEN value IS 159 (62.5% from 255) = 36.89%

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

R = 34.34%
G = 36.89%
B = 28.77%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#949F7C (or 0x949F7C) is known color: Sage. HEX triplet: 94, 9F and 7C. RGB value is (148,159,124). Sum of RGB (Red+Green+Blue) = 148+159+124=431 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.34% from 431); Green value is 159 (62.5% from 255 or 36.89% from 431); Blue value is 124 (48.83% from 255 or 28.77% from 431); Max value from RGB is 159 - color contains mainly: green. Hex color #949F7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949F7C is #6B6083. Grayscale: #979797. Windows color (decimal): -7037060 or 8167316. OLE color: 8167316.

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

Color convert

RGB 148 159 124 -
CMYK 0.07 0 0.22 0.38
HSL 78.86º 0.15% 0.55% -
HSV(B) 78.86º 0.22% 0.62% -
XYZ 28.25 32.55 23.86 -
YUV 151.72 112.36 125.35 -
System Red Green Blue C M Y K H S L
Decimal 148 159 124 0.07 0 0.22 0.38 78.86 0.15 0.55
Hex 94 9F 7C 7 0 16 26 4F F 37
Octal 224 237 174 7 0 26 46 117 17 67
Binary 10010100 10011111 1111100 111 0 10110 100110 1001111 1111 110111

Color Harmonies of #949F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949F7C

Black with #949F7C

Text Example


Text Example

White with #949F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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