#27706E

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

Shades of Elm #27706E

Tints of Elm #27706E

Color information

#27706E (or 0x27706E) is unknown color: approx Elm. HEX triplet: 27, 70 and 6E. RGB value is (39,112,110). Sum of RGB (Red+Green+Blue) = 39+112+110=261 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.94% from 261); Green value is 112 (44.14% from 255 or 42.91% from 261); Blue value is 110 (43.36% from 255 or 42.15% from 261); Max value from RGB is 112 - color contains mainly: green. Hex color #27706E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27706E is #D88F91. Grayscale: #595959. Windows color (decimal): -14192530 or 7237671. OLE color: 7237671.

HSL color Cylindrical-coordinate representation of color #27706E: hue angle of 178.36º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #27706E is Cyan = 0.65, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB39112110-
CMYK0.6500.020.56
HSL178.36º48.34%29.61%-
HSV(B)178.36º65.18%43.92%-
XYZ9.4513.1516.79-
YUV89.94139.3291.66-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.94%
GREEN value IS 112 (44.14% from 255) = 42.91%
BLUE value IS 110 (43.36% from 255) = 42.15%
R=14.94%
G=42.91%
B=42.15%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal391121100.6500.020.56178.3648.3429.61
Hex27706E410238b2301e
Octal4716015610102702626036
Binary1001111110000110111010000010101110001011001011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27706E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27706E; }

 p { color: rgb(39,112,110); }

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

<style>
 a { background-color: #27706E; }

 a { background-color: rgb(39,112,110); }

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

<style>
 span { border-color: #27706E; }

 span { border-color: rgb(39,112,110); }

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