Html Css Color HEX #93977A Sage

📋 copy color: '#93977A'

red 147 ◦ green 151 ◦ blue 122

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

Shades of Sage #93977A

Tints of Sage #93977A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.05%

R = 35%
G = 35.95%
B = 29.05%

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

#93977A (or 0x93977A) is known color: Sage. HEX triplet: 93, 97 and 7A. RGB value is (147,151,122). Sum of RGB (Red+Green+Blue) = 147+151+122=420 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35% from 420); Green value is 151 (59.38% from 255 or 35.95% from 420); Blue value is 122 (48.05% from 255 or 29.05% from 420); Max value from RGB is 151 - color contains mainly: green. Hex color #93977A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93977A is #6C6885. Grayscale: #929292. Windows color (decimal): -7104646 or 8034195. OLE color: 8034195.

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

Color convert

RGB 147 151 122 -
CMYK 0.03 0 0.19 0.41
HSL 68.28º 0.12% 0.54% -
HSV(B) 68.28º 0.19% 0.59% -
XYZ 26.61 29.74 22.75 -
YUV 146.5 114.17 128.36 -
System Red Green Blue C M Y K H S L
Decimal 147 151 122 0.03 0 0.19 0.41 68.28 0.12 0.54
Hex 93 97 7A 3 0 13 29 44 C 36
Octal 223 227 172 3 0 23 51 104 14 66
Binary 10010011 10010111 1111010 11 0 10011 101001 1000100 1100 110110

Color Harmonies of #93977A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93977A

Black with #93977A

Text Example


Text Example

White with #93977A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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