#92A672

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

Shades of Sage #92A672

Tints of Sage #92A672

Color information

#92A672 (or 0x92A672) is unknown color: approx Sage. HEX triplet: 92, A6 and 72. RGB value is (146,166,114). Sum of RGB (Red+Green+Blue) = 146+166+114=426 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.27% from 426); Green value is 166 (65.23% from 255 or 38.97% from 426); Blue value is 114 (44.92% from 255 or 26.76% from 426); Max value from RGB is 166 - color contains mainly: green. Hex color #92A672 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92A672 is #6D598D. Grayscale: #9A9A9A. Windows color (decimal): -7166350 or 7513746. OLE color: 7513746.

HSL color Cylindrical-coordinate representation of color #92A672: hue angle of 83.08º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #92A672 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB146166114-
CMYK0.1200.310.35
HSL83.08º22.61%54.9%-
HSV(B)83.08º31.33%65.1%-
XYZ28.5334.621.09-
YUV154.09105.37122.23-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.27%
GREEN value IS 166 (65.23% from 255) = 38.97%
BLUE value IS 114 (44.92% from 255) = 26.76%
R=34.27%
G=38.97%
B=26.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1461661140.1200.310.3583.0822.6154.9
Hex92A672C01F23531737
Octal22224616214037431232767
Binary100100101010011011100101100011111100011101001110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92A672; }

 p { color: rgb(146,166,114); }

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

<style>
 a { background-color: #92A672; }

 a { background-color: rgb(146,166,114); }

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

<style>
 span { border-color: #92A672; }

 span { border-color: rgb(146,166,114); }

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