Html Css Color HEX #949D71 Sage

📋 copy color: '#949D71'

red 148 ◦ green 157 ◦ blue 113

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

Shades of Sage #949D71

Tints of Sage #949D71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 27.03%

R = 35.41%
G = 37.56%
B = 27.03%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#949D71 (or 0x949D71) is known color: Sage. HEX triplet: 94, 9D and 71. RGB value is (148,157,113). Sum of RGB (Red+Green+Blue) = 148+157+113=418 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.41% from 418); Green value is 157 (61.72% from 255 or 37.56% from 418); Blue value is 113 (44.53% from 255 or 27.03% from 418); Max value from RGB is 157 - color contains mainly: green. Hex color #949D71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949D71 is #6B628E. Grayscale: #959595. Windows color (decimal): -7037583 or 7445908. OLE color: 7445908.

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

Color convert

RGB 148 157 113 -
CMYK 0.06 0 0.28 0.38
HSL 72.27º 0.18% 0.53% -
HSV(B) 72.27º 0.28% 0.62% -
XYZ 27.25 31.6 20.29 -
YUV 149.29 107.52 127.08 -
System Red Green Blue C M Y K H S L
Decimal 148 157 113 0.06 0 0.28 0.38 72.27 0.18 0.53
Hex 94 9D 71 6 0 1C 26 48 12 35
Octal 224 235 161 6 0 34 46 110 22 65
Binary 10010100 10011101 1110001 110 0 11100 100110 1001000 10010 110101

Color Harmonies of #949D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949D71

Black with #949D71

Text Example


Text Example

White with #949D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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