Html Css Color HEX #94977D Sage

📋 copy color: '#94977D'

red 148 ◦ green 151 ◦ blue 125

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

Shades of Sage #94977D

Tints of Sage #94977D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.48%

R = 34.91%
G = 35.61%
B = 29.48%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#94977D (or 0x94977D) is known color: Sage. HEX triplet: 94, 97 and 7D. RGB value is (148,151,125). Sum of RGB (Red+Green+Blue) = 148+151+125=424 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.91% from 424); Green value is 151 (59.38% from 255 or 35.61% from 424); Blue value is 125 (49.22% from 255 or 29.48% from 424); Max value from RGB is 151 - color contains mainly: green. Hex color #94977D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94977D is #6B6882. Grayscale: #939393. Windows color (decimal): -7039107 or 8230804. OLE color: 8230804.

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

Color convert

RGB 148 151 125 -
CMYK 0.02 0 0.17 0.41
HSL 66.92º 0.11% 0.54% -
HSV(B) 66.92º 0.17% 0.59% -
XYZ 26.98 29.91 23.75 -
YUV 147.14 115.51 128.61 -
System Red Green Blue C M Y K H S L
Decimal 148 151 125 0.02 0 0.17 0.41 66.92 0.11 0.54
Hex 94 97 7D 2 0 11 29 43 B 36
Octal 224 227 175 2 0 21 51 103 13 66
Binary 10010100 10010111 1111101 10 0 10001 101001 1000011 1011 110110

Color Harmonies of #94977D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94977D

Black with #94977D

Text Example


Text Example

White with #94977D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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