#1F7A76

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

Shades of Elm #1F7A76

Tints of Elm #1F7A76

Color information

#1F7A76 (or 0x1F7A76) is unknown color: approx Elm. HEX triplet: 1F, 7A and 76. RGB value is (31,122,118). Sum of RGB (Red+Green+Blue) = 31+122+118=271 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.44% from 271); Green value is 122 (48.05% from 255 or 45.02% from 271); Blue value is 118 (46.48% from 255 or 43.54% from 271); Max value from RGB is 122 - color contains mainly: green. Hex color #1F7A76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7A76 is #E08589. Grayscale: #5E5E5E. Windows color (decimal): -14714250 or 7764511. OLE color: 7764511.

HSL color Cylindrical-coordinate representation of color #1F7A76: hue angle of 177.36º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F7A76 is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.52.

Color convert

RGB31122118-
CMYK0.7500.030.52
HSL177.36º59.48%30%-
HSV(B)177.36º74.59%47.84%-
XYZ10.7915.5219.57-
YUV94.34141.3582.83-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.44%
GREEN value IS 122 (48.05% from 255) = 45.02%
BLUE value IS 118 (46.48% from 255) = 43.54%
R=11.44%
G=45.02%
B=43.54%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal311221180.7500.030.52177.3659.4830
Hex1F7A764B0334b13b1e
Octal3717216611303642617336
Binary111111111010111011010010110111101001011000111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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