#92A37F

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

Shades of Sage #92A37F

Tints of Sage #92A37F

Color information

#92A37F (or 0x92A37F) is unknown color: approx Sage. HEX triplet: 92, A3 and 7F. RGB value is (146,163,127). Sum of RGB (Red+Green+Blue) = 146+163+127=436 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.49% from 436); Green value is 163 (64.06% from 255 or 37.39% from 436); Blue value is 127 (50% from 255 or 29.13% from 436); Max value from RGB is 163 - color contains mainly: green. Hex color #92A37F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92A37F is #6D5C80. Grayscale: #999999. Windows color (decimal): -7167105 or 8364946. OLE color: 8364946.

HSL color Cylindrical-coordinate representation of color #92A37F: hue angle of 88.33º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #92A37F is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB146163127-
CMYK0.1000.220.36
HSL88.33º16.36%56.86%-
HSV(B)88.33º22.09%63.92%-
XYZ28.7833.8425.09-
YUV153.81112.87122.43-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.49%
GREEN value IS 163 (64.06% from 255) = 37.39%
BLUE value IS 127 (50% from 255) = 29.13%
R=33.49%
G=37.39%
B=29.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1461631270.1000.220.3688.3316.3656.86
Hex92A37FA01624581039
Octal22224317712026441302071
Binary100100101010001111111111010010110100100101100010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A37F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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