Html Css Color HEX #93977F Sage

📋 copy color: '#93977F'

red 147 ◦ green 151 ◦ blue 127

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

Shades of Sage #93977F

Tints of Sage #93977F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.88%

R = 34.59%
G = 35.53%
B = 29.88%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.16

 K value IS 0.41

RGB Variations

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

Color information

#93977F (or 0x93977F) is known color: Sage. HEX triplet: 93, 97 and 7F. RGB value is (147,151,127). Sum of RGB (Red+Green+Blue) = 147+151+127=425 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.59% from 425); Green value is 151 (59.38% from 255 or 35.53% from 425); Blue value is 127 (50% from 255 or 29.88% from 425); Max value from RGB is 151 - color contains mainly: green. Hex color #93977F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93977F is #6C6880. Grayscale: #939393. Windows color (decimal): -7104641 or 8361875. OLE color: 8361875.

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

Color convert

RGB 147 151 127 -
CMYK 0.03 0 0.16 0.41
HSL 70º 0.1% 0.55% -
HSV(B) 70º 0.16% 0.59% -
XYZ 26.93 29.87 24.42 -
YUV 147.07 116.67 127.95 -
System Red Green Blue C M Y K H S L
Decimal 147 151 127 0.03 0 0.16 0.41 70 0.1 0.55
Hex 93 97 7F 3 0 10 29 46 A 37
Octal 223 227 177 3 0 20 51 106 12 67
Binary 10010011 10010111 1111111 11 0 10000 101001 1000110 1010 110111

Color Harmonies of #93977F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93977F

Black with #93977F

Text Example


Text Example

White with #93977F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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