Html Css Color HEX #94977C Sage

📋 copy color: '#94977C'

red 148 ◦ green 151 ◦ blue 124

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

Shades of Sage #94977C

Tints of Sage #94977C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.7%

 BLUE value IS 124 (48.83% from 255) = 29.31%

R = 34.99%
G = 35.7%
B = 29.31%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#94977C (or 0x94977C) is known color: Sage. HEX triplet: 94, 97 and 7C. RGB value is (148,151,124). Sum of RGB (Red+Green+Blue) = 148+151+124=423 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.99% from 423); Green value is 151 (59.38% from 255 or 35.70% from 423); Blue value is 124 (48.83% from 255 or 29.31% from 423); Max value from RGB is 151 - color contains mainly: green. Hex color #94977C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94977C is #6B6883. Grayscale: #939393. Windows color (decimal): -7039108 or 8165268. OLE color: 8165268.

HSL color Cylindrical-coordinate representation of color #94977C: hue angle of 66.67º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #94977C is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB 148 151 124 -
CMYK 0.02 0 0.18 0.41
HSL 66.67º 0.11% 0.54% -
HSV(B) 66.67º 0.18% 0.59% -
XYZ 26.92 29.88 23.42 -
YUV 147.03 115.01 128.7 -
System Red Green Blue C M Y K H S L
Decimal 148 151 124 0.02 0 0.18 0.41 66.67 0.11 0.54
Hex 94 97 7C 2 0 12 29 43 B 36
Octal 224 227 174 2 0 22 51 103 13 66
Binary 10010100 10010111 1111100 10 0 10010 101001 1000011 1011 110110

Color Harmonies of #94977C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94977C

Black with #94977C

Text Example


Text Example

White with #94977C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94977C; }

 p { color: rgb(148,151,124); }

 H1.HeaderClassName
 {
   color: #94977C;
 }
 .AnyTagClassName
 {
   color: #94977C;
 }
</style>

background-color css

<style>
 a { background-color: #94977C; }

 a { background-color: rgb(148,151,124); }

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

border-color css

<style>
 span { border-color: #94977C; }

 span { border-color: rgb(148,151,124); }

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