Html Css Color HEX #929B79 Sage

📋 copy color: '#929B79'

red 146 ◦ green 155 ◦ blue 121

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

Shades of Sage #929B79

Tints of Sage #929B79

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.73%

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

R = 34.6%
G = 36.73%
B = 28.67%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#929B79 (or 0x929B79) is known color: Sage. HEX triplet: 92, 9B and 79. RGB value is (146,155,121). Sum of RGB (Red+Green+Blue) = 146+155+121=422 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.60% from 422); Green value is 155 (60.94% from 255 or 36.73% from 422); Blue value is 121 (47.66% from 255 or 28.67% from 422); Max value from RGB is 155 - color contains mainly: green. Hex color #929B79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929B79 is #6D6486. Grayscale: #949494. Windows color (decimal): -7169159 or 7969682. OLE color: 7969682.

HSL color Cylindrical-coordinate representation of color #929B79: hue angle of 75.88º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #929B79 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB 146 155 121 -
CMYK 0.06 0 0.22 0.39
HSL 75.88º 0.15% 0.54% -
HSV(B) 75.88º 0.22% 0.61% -
XYZ 27.03 30.93 22.64 -
YUV 148.43 112.52 126.26 -
System Red Green Blue C M Y K H S L
Decimal 146 155 121 0.06 0 0.22 0.39 75.88 0.15 0.54
Hex 92 9B 79 6 0 16 27 4C F 36
Octal 222 233 171 6 0 26 47 114 17 66
Binary 10010010 10011011 1111001 110 0 10110 100111 1001100 1111 110110

Color Harmonies of #929B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929B79

Black with #929B79

Text Example


Text Example

White with #929B79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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