Html Css Color HEX #93977C Sage

📋 copy color: '#93977C'

red 147 ◦ green 151 ◦ blue 124

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

Shades of Sage #93977C

Tints of Sage #93977C

RGB

 RED value IS 147 (57.81% from 255) = 34.83%

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

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

R = 34.83%
G = 35.78%
B = 29.38%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#93977C (or 0x93977C) is known color: Sage. HEX triplet: 93, 97 and 7C. RGB value is (147,151,124). Sum of RGB (Red+Green+Blue) = 147+151+124=422 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.83% from 422); Green value is 151 (59.38% from 255 or 35.78% from 422); Blue value is 124 (48.83% from 255 or 29.38% from 422); Max value from RGB is 151 - color contains mainly: green. Hex color #93977C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93977C is #6C6883. Grayscale: #929292. Windows color (decimal): -7104644 or 8165267. OLE color: 8165267.

HSL color Cylindrical-coordinate representation of color #93977C: hue angle of 68.89º 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 #93977C is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB 147 151 124 -
CMYK 0.03 0 0.18 0.41
HSL 68.89º 0.11% 0.54% -
HSV(B) 68.89º 0.18% 0.59% -
XYZ 26.74 29.79 23.41 -
YUV 146.73 115.17 128.2 -
System Red Green Blue C M Y K H S L
Decimal 147 151 124 0.03 0 0.18 0.41 68.89 0.11 0.54
Hex 93 97 7C 3 0 12 29 45 B 36
Octal 223 227 174 3 0 22 51 105 13 66
Binary 10010011 10010111 1111100 11 0 10010 101001 1000101 1011 110110

Color Harmonies of #93977C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93977C

Black with #93977C

Text Example


Text Example

White with #93977C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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