Html Css Color HEX #949D81 Sage

📋 copy color: '#949D81'

red 148 ◦ green 157 ◦ blue 129

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

Shades of Sage #949D81

Tints of Sage #949D81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 29.72%

R = 34.1%
G = 36.18%
B = 29.72%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.18

 K value IS 0.38

RGB Variations

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

Color information

#949D81 (or 0x949D81) is known color: Sage. HEX triplet: 94, 9D and 81. RGB value is (148,157,129). Sum of RGB (Red+Green+Blue) = 148+157+129=434 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.10% from 434); Green value is 157 (61.72% from 255 or 36.18% from 434); Blue value is 129 (50.78% from 255 or 29.72% from 434); Max value from RGB is 157 - color contains mainly: green. Hex color #949D81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949D81 is #6B627E. Grayscale: #979797. Windows color (decimal): -7037567 or 8494484. OLE color: 8494484.

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

Color convert

RGB 148 157 129 -
CMYK 0.06 0 0.18 0.38
HSL 79.29º 0.13% 0.56% -
HSV(B) 79.29º 0.18% 0.62% -
XYZ 28.23 31.99 25.46 -
YUV 151.12 115.52 125.78 -
System Red Green Blue C M Y K H S L
Decimal 148 157 129 0.06 0 0.18 0.38 79.29 0.13 0.56
Hex 94 9D 81 6 0 12 26 4F C 38
Octal 224 235 201 6 0 22 46 117 14 70
Binary 10010100 10011101 10000001 110 0 10010 100110 1001111 1100 111000

Color Harmonies of #949D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949D81

Black with #949D81

Text Example


Text Example

White with #949D81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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