#929F71

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

Shades of Sage #929F71

Tints of Sage #929F71

Color information

#929F71 (or 0x929F71) is unknown color: approx Sage. HEX triplet: 92, 9F and 71. RGB value is (146,159,113). Sum of RGB (Red+Green+Blue) = 146+159+113=418 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.93% from 418); Green value is 159 (62.5% from 255 or 38.04% from 418); Blue value is 113 (44.53% from 255 or 27.03% from 418); Max value from RGB is 159 - color contains mainly: green. Hex color #929F71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929F71 is #6D608E. Grayscale: #969696. Windows color (decimal): -7168143 or 7446418. OLE color: 7446418.

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

Color convert

RGB146159113-
CMYK0.0800.290.38
HSL76.96º19.33%53.33%-
HSV(B)76.96º28.93%62.35%-
XYZ27.2332.120.38-
YUV149.87107.19125.24-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.93%
GREEN value IS 159 (62.5% from 255) = 38.04%
BLUE value IS 113 (44.53% from 255) = 27.03%
R=34.93%
G=38.04%
B=27.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1461591130.0800.290.3876.9619.3353.33
Hex929F71801D264d1335
Octal22223716110035461152365
Binary100100101001111111100011000011101100110100110110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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