Html Css Color HEX #93977B Sage

📋 copy color: '#93977B'

red 147 ◦ green 151 ◦ blue 123

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

Shades of Sage #93977B

Tints of Sage #93977B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.22%

R = 34.92%
G = 35.87%
B = 29.22%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#93977B (or 0x93977B) is known color: Sage. HEX triplet: 93, 97 and 7B. RGB value is (147,151,123). Sum of RGB (Red+Green+Blue) = 147+151+123=421 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.92% from 421); Green value is 151 (59.38% from 255 or 35.87% from 421); Blue value is 123 (48.44% from 255 or 29.22% from 421); Max value from RGB is 151 - color contains mainly: green. Hex color #93977B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93977B is #6C6884. Grayscale: #929292. Windows color (decimal): -7104645 or 8099731. OLE color: 8099731.

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

Color convert

RGB 147 151 123 -
CMYK 0.03 0 0.19 0.41
HSL 68.57º 0.12% 0.54% -
HSV(B) 68.57º 0.19% 0.59% -
XYZ 26.67 29.77 23.08 -
YUV 146.61 114.67 128.28 -
System Red Green Blue C M Y K H S L
Decimal 147 151 123 0.03 0 0.19 0.41 68.57 0.12 0.54
Hex 93 97 7B 3 0 13 29 45 C 36
Octal 223 227 173 3 0 23 51 105 14 66
Binary 10010011 10010111 1111011 11 0 10011 101001 1000101 1100 110110

Color Harmonies of #93977B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93977B

Black with #93977B

Text Example


Text Example

White with #93977B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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