#93977E

Color #93977E Sage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sage #93977E

Tints of Sage #93977E

Color information

#93977E (or 0x93977E) is unknown color: approx Sage. HEX triplet: 93, 97 and 7E. RGB value is (147,151,126). Sum of RGB (Red+Green+Blue) = 147+151+126=424 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.67% from 424); Green value is 151 (59.38% from 255 or 35.61% from 424); Blue value is 126 (49.61% from 255 or 29.72% from 424); Max value from RGB is 151 - color contains mainly: green. Hex color #93977E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93977E is #6C6881. Grayscale: #939393. Windows color (decimal): -7104642 or 8296339. OLE color: 8296339.

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

Color convert

RGB147151126-
CMYK0.0300.170.41
HSL69.6º10.73%54.31%-
HSV(B)69.6º16.56%59.22%-
XYZ26.8729.8424.08-
YUV146.95116.17128.03-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.67%
GREEN value IS 151 (59.38% from 255) = 35.61%
BLUE value IS 126 (49.61% from 255) = 29.72%
R=34.67%
G=35.61%
B=29.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1471511260.0300.170.4169.610.7354.31
Hex93977E30112946b36
Octal2232271763021511061366
Binary100100111001011111111101101000110100110001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93977E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #93977E;
 }
 .AnyTagClassName
 {
   color: #93977E;
 }
</style>
background-color css

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

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

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

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

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

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