#929F7D

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

Shades of Sage #929F7D

Tints of Sage #929F7D

Color information

#929F7D (or 0x929F7D) is unknown color: approx Sage. HEX triplet: 92, 9F and 7D. RGB value is (146,159,125). Sum of RGB (Red+Green+Blue) = 146+159+125=430 (56% of max value = 765). Red value is 146 (57.42% from 255 or 33.95% from 430); Green value is 159 (62.5% from 255 or 36.98% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 159 - color contains mainly: green. Hex color #929F7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929F7D is #6D6082. Grayscale: #979797. Windows color (decimal): -7168131 or 8232850. OLE color: 8232850.

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

Color convert

RGB146159125-
CMYK0.0800.210.38
HSL82.94º15.04%55.69%-
HSV(B)82.94º21.38%62.35%-
XYZ27.9532.3924.18-
YUV151.24113.19124.26-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.95%
GREEN value IS 159 (62.5% from 255) = 36.98%
BLUE value IS 125 (49.22% from 255) = 29.07%
R=33.95%
G=36.98%
B=29.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1461591250.0800.210.3882.9415.0455.69
Hex929F7D80152653f38
Octal22223717510025461231770
Binary10010010100111111111101100001010110011010100111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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