Html Css Color HEX #939980 Sage

📋 copy color: '#939980'

red 147 ◦ green 153 ◦ blue 128

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

Shades of Sage #939980

Tints of Sage #939980

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.75%

 BLUE value IS 128 (50.39% from 255) = 29.91%

R = 34.35%
G = 35.75%
B = 29.91%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#939980 (or 0x939980) is known color: Sage. HEX triplet: 93, 99 and 80. RGB value is (147,153,128). Sum of RGB (Red+Green+Blue) = 147+153+128=428 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.35% from 428); Green value is 153 (60.16% from 255 or 35.75% from 428); Blue value is 128 (50.39% from 255 or 29.91% from 428); Max value from RGB is 153 - color contains mainly: green. Hex color #939980 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939980 is #6C667F. Grayscale: #949494. Windows color (decimal): -7104128 or 8427923. OLE color: 8427923.

HSL color Cylindrical-coordinate representation of color #939980: hue angle of 74.4º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #939980 is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB 147 153 128 -
CMYK 0.04 0 0.16 0.4
HSL 74.4º 0.11% 0.55% -
HSV(B) 74.4º 0.16% 0.6% -
XYZ 27.32 30.54 24.88 -
YUV 148.36 116.51 127.03 -
System Red Green Blue C M Y K H S L
Decimal 147 153 128 0.04 0 0.16 0.4 74.4 0.11 0.55
Hex 93 99 80 4 0 10 28 4A B 37
Octal 223 231 200 4 0 20 50 112 13 67
Binary 10010011 10011001 10000000 100 0 10000 101000 1001010 1011 110111

Color Harmonies of #939980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #939980

Black with #939980

Text Example


Text Example

White with #939980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #939980; }

 p { color: rgb(147,153,128); }

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

background-color css

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

 a { background-color: rgb(147,153,128); }

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

border-color css

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

 span { border-color: rgb(147,153,128); }

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