#929E7F

Color #929E7F Sage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sage #929E7F

Tints of Sage #929E7F

Color information

#929E7F (or 0x929E7F) is unknown color: approx Sage. HEX triplet: 92, 9E and 7F. RGB value is (146,158,127). Sum of RGB (Red+Green+Blue) = 146+158+127=431 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.87% from 431); Green value is 158 (62.11% from 255 or 36.66% from 431); Blue value is 127 (50% from 255 or 29.47% from 431); Max value from RGB is 158 - color contains mainly: green. Hex color #929E7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929E7F is #6D6180. Grayscale: #969696. Windows color (decimal): -7168385 or 8363666. OLE color: 8363666.

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

Color convert

RGB146158127-
CMYK0.0800.200.38
HSL83.23º13.78%55.88%-
HSV(B)83.23º19.62%61.96%-
XYZ27.9132.124.8-
YUV150.88114.52124.52-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.87%
GREEN value IS 158 (62.11% from 255) = 36.66%
BLUE value IS 127 (50% from 255) = 29.47%
R=33.87%
G=36.66%
B=29.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1461581270.0800.200.3883.2313.7855.88
Hex929E7F80142653e38
Octal22223617710024461231670
Binary10010010100111101111111100001010010011010100111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #929E7F;
 }
 .AnyTagClassName
 {
   color: #929E7F;
 }
</style>
background-color css

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

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

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

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

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

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