Html Css Color HEX #929E76 Sage

📋 copy color: '#929E76'

red 146 ◦ green 158 ◦ blue 118

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

Shades of Sage #929E76

Tints of Sage #929E76

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.44%

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

R = 34.6%
G = 37.44%
B = 27.96%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#929E76 (or 0x929E76) is known color: Sage. HEX triplet: 92, 9E and 76. RGB value is (146,158,118). Sum of RGB (Red+Green+Blue) = 146+158+118=422 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.60% from 422); Green value is 158 (62.11% from 255 or 37.44% from 422); Blue value is 118 (46.48% from 255 or 27.96% from 422); Max value from RGB is 158 - color contains mainly: green. Hex color #929E76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929E76 is #6D6189. Grayscale: #959595. Windows color (decimal): -7168394 or 7773842. OLE color: 7773842.

HSL color Cylindrical-coordinate representation of color #929E76: hue angle of 78º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #929E76 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB 146 158 118 -
CMYK 0.08 0 0.25 0.38
HSL 78º 0.17% 0.54% -
HSV(B) 78º 0.25% 0.62% -
XYZ 27.35 31.87 21.85 -
YUV 149.85 110.02 125.25 -
System Red Green Blue C M Y K H S L
Decimal 146 158 118 0.08 0 0.25 0.38 78 0.17 0.54
Hex 92 9E 76 8 0 19 26 4E 11 36
Octal 222 236 166 10 0 31 46 116 21 66
Binary 10010010 10011110 1110110 1000 0 11001 100110 1001110 10001 110110

Color Harmonies of #929E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929E76

Black with #929E76

Text Example


Text Example

White with #929E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,158,118); }

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

background-color css

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

 a { background-color: rgb(146,158,118); }

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

border-color css

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

 span { border-color: rgb(146,158,118); }

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