Html Css Color HEX #929D7E Sage

📋 copy color: '#929D7E'

red 146 ◦ green 157 ◦ blue 126

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

Shades of Sage #929D7E

Tints of Sage #929D7E

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.6%

 BLUE value IS 126 (49.61% from 255) = 29.37%

R = 34.03%
G = 36.6%
B = 29.37%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#929D7E (or 0x929D7E) is known color: Sage. HEX triplet: 92, 9D and 7E. RGB value is (146,157,126). Sum of RGB (Red+Green+Blue) = 146+157+126=429 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.03% from 429); Green value is 157 (61.72% from 255 or 36.60% from 429); Blue value is 126 (49.61% from 255 or 29.37% from 429); Max value from RGB is 157 - color contains mainly: green. Hex color #929D7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929D7E is #6D6281. Grayscale: #969696. Windows color (decimal): -7168642 or 8297874. OLE color: 8297874.

HSL color Cylindrical-coordinate representation of color #929D7E: hue angle of 81.29º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #929D7E is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB 146 157 126 -
CMYK 0.07 0 0.20 0.38
HSL 81.29º 0.14% 0.55% -
HSV(B) 81.29º 0.2% 0.62% -
XYZ 27.68 31.73 24.4 -
YUV 150.18 114.36 125.02 -
System Red Green Blue C M Y K H S L
Decimal 146 157 126 0.07 0 0.20 0.38 81.29 0.14 0.55
Hex 92 9D 7E 7 0 14 26 51 E 37
Octal 222 235 176 7 0 24 46 121 16 67
Binary 10010010 10011101 1111110 111 0 10100 100110 1010001 1110 110111

Color Harmonies of #929D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929D7E

Black with #929D7E

Text Example


Text Example

White with #929D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,157,126); }

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

background-color css

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

 a { background-color: rgb(146,157,126); }

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

border-color css

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

 span { border-color: rgb(146,157,126); }

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