Html Css Color HEX #929A79 Sage

📋 copy color: '#929A79'

red 146 ◦ green 154 ◦ blue 121

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

Shades of Sage #929A79

Tints of Sage #929A79

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.58%

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

R = 34.68%
G = 36.58%
B = 28.74%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.21

 K value IS 0.40

RGB Variations

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

Color information

#929A79 (or 0x929A79) is known color: Sage. HEX triplet: 92, 9A and 79. RGB value is (146,154,121). Sum of RGB (Red+Green+Blue) = 146+154+121=421 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.68% from 421); Green value is 154 (60.55% from 255 or 36.58% from 421); Blue value is 121 (47.66% from 255 or 28.74% from 421); Max value from RGB is 154 - color contains mainly: green. Hex color #929A79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929A79 is #6D6586. Grayscale: #939393. Windows color (decimal): -7169415 or 7969426. OLE color: 7969426.

HSL color Cylindrical-coordinate representation of color #929A79: hue angle of 74.55º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #929A79 is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB 146 154 121 -
CMYK 0.05 0 0.21 0.40
HSL 74.55º 0.14% 0.54% -
HSV(B) 74.55º 0.21% 0.6% -
XYZ 26.86 30.6 22.58 -
YUV 147.85 112.85 126.68 -
System Red Green Blue C M Y K H S L
Decimal 146 154 121 0.05 0 0.21 0.40 74.55 0.14 0.54
Hex 92 9A 79 5 0 15 28 4B E 36
Octal 222 232 171 5 0 25 50 113 16 66
Binary 10010010 10011010 1111001 101 0 10101 101000 1001011 1110 110110

Color Harmonies of #929A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929A79

Black with #929A79

Text Example


Text Example

White with #929A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #929A79; }

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

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

background-color css

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

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

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

border-color css

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

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

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