Html Css Color HEX #949C72 Sage

📋 copy color: '#949C72'

red 148 ◦ green 156 ◦ blue 114

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

Shades of Sage #949C72

Tints of Sage #949C72

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.32%

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

R = 35.41%
G = 37.32%
B = 27.27%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.27

 K value IS 0.39

RGB Variations

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

Color information

#949C72 (or 0x949C72) is known color: Sage. HEX triplet: 94, 9C and 72. RGB value is (148,156,114). Sum of RGB (Red+Green+Blue) = 148+156+114=418 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.41% from 418); Green value is 156 (61.33% from 255 or 37.32% from 418); Blue value is 114 (44.92% from 255 or 27.27% from 418); Max value from RGB is 156 - color contains mainly: green. Hex color #949C72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949C72 is #6B638D. Grayscale: #949494. Windows color (decimal): -7037838 or 7511188. OLE color: 7511188.

HSL color Cylindrical-coordinate representation of color #949C72: hue angle of 71.43º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #949C72 is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.39.

Color convert

RGB 148 156 114 -
CMYK 0.05 0 0.27 0.39
HSL 71.43º 0.18% 0.53% -
HSV(B) 71.43º 0.27% 0.61% -
XYZ 27.14 31.29 20.53 -
YUV 148.82 108.35 127.42 -
System Red Green Blue C M Y K H S L
Decimal 148 156 114 0.05 0 0.27 0.39 71.43 0.18 0.53
Hex 94 9C 72 5 0 1B 27 47 12 35
Octal 224 234 162 5 0 33 47 107 22 65
Binary 10010100 10011100 1110010 101 0 11011 100111 1000111 10010 110101

Color Harmonies of #949C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949C72

Black with #949C72

Text Example


Text Example

White with #949C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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