#92997F

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

Shades of Sage #92997F

Tints of Sage #92997F

Color information

#92997F (or 0x92997F) is unknown color: approx Sage. HEX triplet: 92, 99 and 7F. RGB value is (146,153,127). Sum of RGB (Red+Green+Blue) = 146+153+127=426 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.27% from 426); Green value is 153 (60.16% from 255 or 35.92% from 426); Blue value is 127 (50% from 255 or 29.81% from 426); Max value from RGB is 153 - color contains mainly: green. Hex color #92997F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92997F is #6D6680. Grayscale: #949494. Windows color (decimal): -7169665 or 8362386. OLE color: 8362386.

HSL color Cylindrical-coordinate representation of color #92997F: hue angle of 76.15º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #92997F is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.4.

Color convert

RGB146153127-
CMYK0.0500.170.4
HSL76.15º11.3%54.9%-
HSV(B)76.15º16.99%60%-
XYZ27.0830.4324.52-
YUV147.94116.18126.61-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.27%
GREEN value IS 153 (60.16% from 255) = 35.92%
BLUE value IS 127 (50% from 255) = 29.81%
R=34.27%
G=35.92%
B=29.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1461531270.0500.170.476.1511.354.9
Hex92997F5011284cb37
Octal2222311775021501141367
Binary1001001010011001111111110101000110100010011001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92997F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92997F; }

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

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

<style>
 a { background-color: #92997F; }

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

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

<style>
 span { border-color: #92997F; }

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

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