#92A07E

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

Shades of Sage #92A07E

Tints of Sage #92A07E

Color information

#92A07E (or 0x92A07E) is unknown color: approx Sage. HEX triplet: 92, A0 and 7E. RGB value is (146,160,126). Sum of RGB (Red+Green+Blue) = 146+160+126=432 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.80% from 432); Green value is 160 (62.89% from 255 or 37.04% from 432); Blue value is 126 (49.61% from 255 or 29.17% from 432); Max value from RGB is 160 - color contains mainly: green. Hex color #92A07E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92A07E is #6D5F81. Grayscale: #989898. Windows color (decimal): -7167874 or 8298642. OLE color: 8298642.

HSL color Cylindrical-coordinate representation of color #92A07E: hue angle of 84.71º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #92A07E is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB146160126-
CMYK0.0900.210.37
HSL84.71º15.18%56.08%-
HSV(B)84.71º21.25%62.75%-
XYZ28.1932.7624.58-
YUV151.94113.36123.76-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.80%
GREEN value IS 160 (62.89% from 255) = 37.04%
BLUE value IS 126 (49.61% from 255) = 29.17%
R=33.80%
G=37.04%
B=29.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1461601260.0900.210.3784.7115.1856.08
Hex92A07E90152555f38
Octal22224017611025451251770
Binary10010010101000001111110100101010110010110101011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A07E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,160,126); }

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

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

 a { background-color: rgb(146,160,126); }

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

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

 span { border-color: rgb(146,160,126); }

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