#1F766F

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

Shades of Elm #1F766F

Tints of Elm #1F766F

Color information

#1F766F (or 0x1F766F) is unknown color: approx Elm. HEX triplet: 1F, 76 and 6F. RGB value is (31,118,111). Sum of RGB (Red+Green+Blue) = 31+118+111=260 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.92% from 260); Green value is 118 (46.48% from 255 or 45.38% from 260); Blue value is 111 (43.75% from 255 or 42.69% from 260); Max value from RGB is 118 - color contains mainly: green. Hex color #1F766F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F766F is #E08990. Grayscale: #5B5B5B. Windows color (decimal): -14715281 or 7304735. OLE color: 7304735.

HSL color Cylindrical-coordinate representation of color #1F766F: hue angle of 175.17º 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 #1F766F is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB31118111-
CMYK0.7400.060.54
HSL175.17º58.39%29.22%-
HSV(B)175.17º73.73%46.27%-
XYZ9.9114.417.3-
YUV91.19139.1885.07-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.92%
GREEN value IS 118 (46.48% from 255) = 45.38%
BLUE value IS 111 (43.75% from 255) = 42.69%
R=11.92%
G=45.38%
B=42.69%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal311181110.7400.060.54175.1758.3929.22
Hex1F766F4A0636af3a1d
Octal3716615711206662577235
Binary1111111101101101111100101001101101101010111111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F766F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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