#92A078

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

Shades of Sage #92A078

Tints of Sage #92A078

Color information

#92A078 (or 0x92A078) is unknown color: approx Sage. HEX triplet: 92, A0 and 78. RGB value is (146,160,120). Sum of RGB (Red+Green+Blue) = 146+160+120=426 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.27% from 426); Green value is 160 (62.89% from 255 or 37.56% from 426); Blue value is 120 (47.27% from 255 or 28.17% from 426); Max value from RGB is 160 - color contains mainly: green. Hex color #92A078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92A078 is #6D5F87. Grayscale: #979797. Windows color (decimal): -7167880 or 7905426. OLE color: 7905426.

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

Color convert

RGB146160120-
CMYK0.0900.250.37
HSL81º17.39%54.9%-
HSV(B)81º25%62.75%-
XYZ27.8232.6122.6-
YUV151.25110.36124.25-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.27%
GREEN value IS 160 (62.89% from 255) = 37.56%
BLUE value IS 120 (47.27% from 255) = 28.17%
R=34.27%
G=37.56%
B=28.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1461601200.0900.250.378117.3954.9
Hex92A078901925511137
Octal22224017011031451212167
Binary100100101010000011110001001011001100101101000110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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