Html Css Color HEX #939976 Sage

📋 copy color: '#939976'

red 147 ◦ green 153 ◦ blue 118

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

Shades of Sage #939976

Tints of Sage #939976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 28.23%

R = 35.17%
G = 36.6%
B = 28.23%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.23

 K value IS 0.4

RGB Variations

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

Color information

#939976 (or 0x939976) is known color: Sage. HEX triplet: 93, 99 and 76. RGB value is (147,153,118). Sum of RGB (Red+Green+Blue) = 147+153+118=418 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.17% from 418); Green value is 153 (60.16% from 255 or 36.60% from 418); Blue value is 118 (46.48% from 255 or 28.23% from 418); Max value from RGB is 153 - color contains mainly: green. Hex color #939976 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939976 is #6C6689. Grayscale: #939393. Windows color (decimal): -7104138 or 7772563. OLE color: 7772563.

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

Color convert

RGB 147 153 118 -
CMYK 0.04 0 0.23 0.4
HSL 70.29º 0.15% 0.53% -
HSV(B) 70.29º 0.23% 0.6% -
XYZ 26.69 30.29 21.58 -
YUV 147.22 111.51 127.85 -
System Red Green Blue C M Y K H S L
Decimal 147 153 118 0.04 0 0.23 0.4 70.29 0.15 0.53
Hex 93 99 76 4 0 17 28 46 F 35
Octal 223 231 166 4 0 27 50 106 17 65
Binary 10010011 10011001 1110110 100 0 10111 101000 1000110 1111 110101

Color Harmonies of #939976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #939976

Black with #939976

Text Example


Text Example

White with #939976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #939976; }

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

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

background-color css

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

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

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

border-color css

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

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

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