#1F766C

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

Shades of Elm #1F766C

Tints of Elm #1F766C

Color information

#1F766C (or 0x1F766C) is unknown color: approx Elm. HEX triplet: 1F, 76 and 6C. RGB value is (31,118,108). Sum of RGB (Red+Green+Blue) = 31+118+108=257 (34% of max value = 765). Red value is 31 (12.5% from 255 or 12.06% from 257); Green value is 118 (46.48% from 255 or 45.91% from 257); Blue value is 108 (42.58% from 255 or 42.02% from 257); Max value from RGB is 118 - color contains mainly: green. Hex color #1F766C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F766C is #E08993. Grayscale: #5A5A5A. Windows color (decimal): -14715284 or 7108127. OLE color: 7108127.

HSL color Cylindrical-coordinate representation of color #1F766C: hue angle of 173.1º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F766C is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB31118108-
CMYK0.7400.080.54
HSL173.1º58.39%29.22%-
HSV(B)173.1º73.73%46.27%-
XYZ9.7514.3316.44-
YUV90.85137.6885.31-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.06%
GREEN value IS 118 (46.48% from 255) = 45.91%
BLUE value IS 108 (42.58% from 255) = 42.02%
R=12.06%
G=45.91%
B=42.02%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal311181080.7400.080.54173.158.3929.22
Hex1F766C4A0836ad3a1d
Octal37166154112010662557235
Binary11111111011011011001001010010001101101010110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F766C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,118,108); }

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

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

 a { background-color: rgb(31,118,108); }

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

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

 span { border-color: rgb(31,118,108); }

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