#277A6F

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

Shades of Elm #277A6F

Tints of Elm #277A6F

Color information

#277A6F (or 0x277A6F) is unknown color: approx Elm. HEX triplet: 27, 7A and 6F. RGB value is (39,122,111). Sum of RGB (Red+Green+Blue) = 39+122+111=272 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.34% from 272); Green value is 122 (48.05% from 255 or 44.85% from 272); Blue value is 111 (43.75% from 255 or 40.81% from 272); Max value from RGB is 122 - color contains mainly: green. Hex color #277A6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277A6F is #D88590. Grayscale: #5F5F5F. Windows color (decimal): -14189969 or 7305767. OLE color: 7305767.

HSL color Cylindrical-coordinate representation of color #277A6F: hue angle of 172.05º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #277A6F is Cyan = 0.68, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.52.

Color convert

RGB39122111-
CMYK0.6800.090.52
HSL172.05º51.55%31.57%-
HSV(B)172.05º68.03%47.84%-
XYZ10.6715.517.47-
YUV95.93136.587.39-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.34%
GREEN value IS 122 (48.05% from 255) = 44.85%
BLUE value IS 111 (43.75% from 255) = 40.81%
R=14.34%
G=44.85%
B=40.81%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal391221110.6800.090.52172.0551.5531.57
Hex277A6F440934ac3420
Octal47172157104011642546440
Binary1001111111010110111110001000100111010010101100110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277A6F; }

 p { color: rgb(39,122,111); }

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

<style>
 a { background-color: #277A6F; }

 a { background-color: rgb(39,122,111); }

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

<style>
 span { border-color: #277A6F; }

 span { border-color: rgb(39,122,111); }

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