#1F776F

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

Shades of Elm #1F776F

Tints of Elm #1F776F

Color information

#1F776F (or 0x1F776F) is unknown color: approx Elm. HEX triplet: 1F, 77 and 6F. RGB value is (31,119,111). Sum of RGB (Red+Green+Blue) = 31+119+111=261 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.88% from 261); Green value is 119 (46.88% from 255 or 45.59% from 261); Blue value is 111 (43.75% from 255 or 42.53% from 261); Max value from RGB is 119 - color contains mainly: green. Hex color #1F776F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F776F is #E08890. Grayscale: #5B5B5B. Windows color (decimal): -14715025 or 7304991. OLE color: 7304991.

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

Color convert

RGB31119111-
CMYK0.7400.070.53
HSL174.55º58.67%29.41%-
HSV(B)174.55º73.95%46.67%-
XYZ10.0314.6317.33-
YUV91.78138.8584.65-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.88%
GREEN value IS 119 (46.88% from 255) = 45.59%
BLUE value IS 111 (43.75% from 255) = 42.53%
R=11.88%
G=45.59%
B=42.53%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal311191110.7400.070.53174.5558.6729.41
Hex1F776F4A0735af3b1d
Octal3716715711207652577335
Binary1111111101111101111100101001111101011010111111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F776F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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