Html Css Color HEX #949D72 Sage

📋 copy color: '#949D72'

red 148 ◦ green 157 ◦ blue 114

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

Shades of Sage #949D72

Tints of Sage #949D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.21%

R = 35.32%
G = 37.47%
B = 27.21%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#949D72 (or 0x949D72) is known color: Sage. HEX triplet: 94, 9D and 72. RGB value is (148,157,114). Sum of RGB (Red+Green+Blue) = 148+157+114=419 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.32% from 419); Green value is 157 (61.72% from 255 or 37.47% from 419); Blue value is 114 (44.92% from 255 or 27.21% from 419); Max value from RGB is 157 - color contains mainly: green. Hex color #949D72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949D72 is #6B628D. Grayscale: #959595. Windows color (decimal): -7037582 or 7511444. OLE color: 7511444.

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

Color convert

RGB 148 157 114 -
CMYK 0.06 0 0.27 0.38
HSL 72.56º 0.18% 0.53% -
HSV(B) 72.56º 0.27% 0.62% -
XYZ 27.31 31.62 20.58 -
YUV 149.41 108.02 127 -
System Red Green Blue C M Y K H S L
Decimal 148 157 114 0.06 0 0.27 0.38 72.56 0.18 0.53
Hex 94 9D 72 6 0 1B 26 49 12 35
Octal 224 235 162 6 0 33 46 111 22 65
Binary 10010100 10011101 1110010 110 0 11011 100110 1001001 10010 110101

Color Harmonies of #949D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949D72

Black with #949D72

Text Example


Text Example

White with #949D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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