Html Css Color HEX #929779 Sage

📋 copy color: '#929779'

red 146 ◦ green 151 ◦ blue 121

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

Shades of Sage #929779

Tints of Sage #929779

RGB

 RED value IS 146 (57.42% from 255) = 34.93%

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

 BLUE value IS 121 (47.66% from 255) = 28.95%

R = 34.93%
G = 36.12%
B = 28.95%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#929779 (or 0x929779) is known color: Sage. HEX triplet: 92, 97 and 79. RGB value is (146,151,121). Sum of RGB (Red+Green+Blue) = 146+151+121=418 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.93% from 418); Green value is 151 (59.38% from 255 or 36.12% from 418); Blue value is 121 (47.66% from 255 or 28.95% from 418); Max value from RGB is 151 - color contains mainly: green. Hex color #929779 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929779 is #6D6886. Grayscale: #929292. Windows color (decimal): -7170183 or 7968658. OLE color: 7968658.

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

Color convert

RGB 146 151 121 -
CMYK 0.03 0 0.20 0.41
HSL 70º 0.13% 0.53% -
HSV(B) 70º 0.2% 0.59% -
XYZ 26.37 29.62 22.42 -
YUV 146.09 113.84 127.94 -
System Red Green Blue C M Y K H S L
Decimal 146 151 121 0.03 0 0.20 0.41 70 0.13 0.53
Hex 92 97 79 3 0 14 29 46 D 35
Octal 222 227 171 3 0 24 51 106 15 65
Binary 10010010 10010111 1111001 11 0 10100 101001 1000110 1101 110101

Color Harmonies of #929779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929779

Black with #929779

Text Example


Text Example

White with #929779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #929779; }

 p { color: rgb(146,151,121); }

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

background-color css

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

 a { background-color: rgb(146,151,121); }

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

border-color css

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

 span { border-color: rgb(146,151,121); }

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