Html Css Color HEX #949D7E Sage

📋 copy color: '#949D7E'

red 148 ◦ green 157 ◦ blue 126

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

Shades of Sage #949D7E

Tints of Sage #949D7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 29.23%

R = 34.34%
G = 36.43%
B = 29.23%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#949D7E (or 0x949D7E) is known color: Sage. HEX triplet: 94, 9D and 7E. RGB value is (148,157,126). Sum of RGB (Red+Green+Blue) = 148+157+126=431 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.34% from 431); Green value is 157 (61.72% from 255 or 36.43% from 431); Blue value is 126 (49.61% from 255 or 29.23% from 431); Max value from RGB is 157 - color contains mainly: green. Hex color #949D7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949D7E is #6B6281. Grayscale: #969696. Windows color (decimal): -7037570 or 8297876. OLE color: 8297876.

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

Color convert

RGB 148 157 126 -
CMYK 0.06 0 0.20 0.38
HSL 77.42º 0.14% 0.55% -
HSV(B) 77.42º 0.2% 0.62% -
XYZ 28.04 31.92 24.42 -
YUV 150.78 114.02 126.02 -
System Red Green Blue C M Y K H S L
Decimal 148 157 126 0.06 0 0.20 0.38 77.42 0.14 0.55
Hex 94 9D 7E 6 0 14 26 4D E 37
Octal 224 235 176 6 0 24 46 115 16 67
Binary 10010100 10011101 1111110 110 0 10100 100110 1001101 1110 110111

Color Harmonies of #949D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949D7E

Black with #949D7E

Text Example


Text Example

White with #949D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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