#1F796E

Color #1F796E Elm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elm #1F796E

Tints of Elm #1F796E

Color information

#1F796E (or 0x1F796E) is unknown color: approx Elm. HEX triplet: 1F, 79 and 6E. RGB value is (31,121,110). Sum of RGB (Red+Green+Blue) = 31+121+110=262 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.83% from 262); Green value is 121 (47.66% from 255 or 46.18% from 262); Blue value is 110 (43.36% from 255 or 41.98% from 262); Max value from RGB is 121 - color contains mainly: green. Hex color #1F796E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F796E is #E08691. Grayscale: #5C5C5C. Windows color (decimal): -14714514 or 7239967. OLE color: 7239967.

HSL color Cylindrical-coordinate representation of color #1F796E: hue angle of 172.67º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F796E is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB31121110-
CMYK0.7400.090.53
HSL172.67º59.21%29.8%-
HSV(B)172.67º74.38%47.45%-
XYZ10.2215.0917.13-
YUV92.84137.6883.89-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.83%
GREEN value IS 121 (47.66% from 255) = 46.18%
BLUE value IS 110 (43.36% from 255) = 41.98%
R=11.83%
G=46.18%
B=41.98%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal311211100.7400.090.53172.6759.2129.8
Hex1F796E4A0935ad3b1e
Octal37171156112011652557336
Binary11111111100111011101001010010011101011010110111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F796E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F796E; }

 p { color: rgb(31,121,110); }

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

<style>
 a { background-color: #1F796E; }

 a { background-color: rgb(31,121,110); }

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

<style>
 span { border-color: #1F796E; }

 span { border-color: rgb(31,121,110); }

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