Html Css Color HEX #94997C Sage

📋 copy color: '#94997C'

red 148 ◦ green 153 ◦ blue 124

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

Shades of Sage #94997C

Tints of Sage #94997C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36%

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

R = 34.82%
G = 36%
B = 29.18%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.19

 K value IS 0.4

RGB Variations

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

Color information

#94997C (or 0x94997C) is known color: Sage. HEX triplet: 94, 99 and 7C. RGB value is (148,153,124). Sum of RGB (Red+Green+Blue) = 148+153+124=425 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.82% from 425); Green value is 153 (60.16% from 255 or 36% from 425); Blue value is 124 (48.83% from 255 or 29.18% from 425); Max value from RGB is 153 - color contains mainly: green. Hex color #94997C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94997C is #6B6683. Grayscale: #949494. Windows color (decimal): -7038596 or 8165780. OLE color: 8165780.

HSL color Cylindrical-coordinate representation of color #94997C: hue angle of 70.34º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #94997C is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.4.

Color convert

RGB 148 153 124 -
CMYK 0.03 0 0.19 0.4
HSL 70.34º 0.12% 0.54% -
HSV(B) 70.34º 0.19% 0.6% -
XYZ 27.24 30.53 23.53 -
YUV 148.2 114.34 127.86 -
System Red Green Blue C M Y K H S L
Decimal 148 153 124 0.03 0 0.19 0.4 70.34 0.12 0.54
Hex 94 99 7C 3 0 13 28 46 C 36
Octal 224 231 174 3 0 23 50 106 14 66
Binary 10010100 10011001 1111100 11 0 10011 101000 1000110 1100 110110

Color Harmonies of #94997C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94997C

Black with #94997C

Text Example


Text Example

White with #94997C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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