#1B7F7E

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

Shades of Elm #1B7F7E

Tints of Elm #1B7F7E

Color information

#1B7F7E (or 0x1B7F7E) is unknown color: approx Elm. HEX triplet: 1B, 7F and 7E. RGB value is (27,127,126). Sum of RGB (Red+Green+Blue) = 27+127+126=280 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.64% from 280); Green value is 127 (50% from 255 or 45.36% from 280); Blue value is 126 (49.61% from 255 or 45% from 280); Max value from RGB is 127 - color contains mainly: green. Hex color #1B7F7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B7F7E is #E48081. Grayscale: #606060. Windows color (decimal): -14975106 or 8290075. OLE color: 8290075.

HSL color Cylindrical-coordinate representation of color #1B7F7E: hue angle of 179.4º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1B7F7E is Cyan = 0.79, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.50.

Color convert

RGB27127126-
CMYK0.7900.010.50
HSL179.4º64.94%30.2%-
HSV(B)179.4º78.74%49.8%-
XYZ11.8116.9222.38-
YUV96.99144.3778.08-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.64%
GREEN value IS 127 (50% from 255) = 45.36%
BLUE value IS 126 (49.61% from 255) = 45%
R=9.64%
G=45.36%
B=45%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal271271260.7900.010.50179.464.9430.2
Hex1B7F7E4F0132b3411e
Octal33177176117016226310136
Binary110111111111111111010011110111001010110011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B7F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,127,126); }

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

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

 a { background-color: rgb(27,127,126); }

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

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

 span { border-color: rgb(27,127,126); }

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