#929F7F

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

Shades of Sage #929F7F

Tints of Sage #929F7F

Color information

#929F7F (or 0x929F7F) is unknown color: approx Sage. HEX triplet: 92, 9F and 7F. RGB value is (146,159,127). Sum of RGB (Red+Green+Blue) = 146+159+127=432 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.80% from 432); Green value is 159 (62.5% from 255 or 36.81% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 159 - color contains mainly: green. Hex color #929F7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929F7F is #6D6080. Grayscale: #979797. Windows color (decimal): -7168129 or 8363922. OLE color: 8363922.

HSL color Cylindrical-coordinate representation of color #929F7F: hue angle of 84.37º 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 #929F7F is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB146159127-
CMYK0.0800.200.38
HSL84.37º14.29%56.08%-
HSV(B)84.37º20.13%62.35%-
XYZ28.0832.4424.86-
YUV151.46114.19124.1-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.80%
GREEN value IS 159 (62.5% from 255) = 36.81%
BLUE value IS 127 (50% from 255) = 29.40%
R=33.80%
G=36.81%
B=29.40%

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
Decimal1461591270.0800.200.3884.3714.2956.08
Hex929F7F80142654e38
Octal22223717710024461241670
Binary10010010100111111111111100001010010011010101001110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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