#27766F

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

Shades of Elm #27766F

Tints of Elm #27766F

Color information

#27766F (or 0x27766F) is unknown color: approx Elm. HEX triplet: 27, 76 and 6F. RGB value is (39,118,111). Sum of RGB (Red+Green+Blue) = 39+118+111=268 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.55% from 268); Green value is 118 (46.48% from 255 or 44.03% from 268); Blue value is 111 (43.75% from 255 or 41.42% from 268); Max value from RGB is 118 - color contains mainly: green. Hex color #27766F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27766F is #D88990. Grayscale: #5D5D5D. Windows color (decimal): -14190993 or 7304743. OLE color: 7304743.

HSL color Cylindrical-coordinate representation of color #27766F: hue angle of 174.68º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #27766F is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB39118111-
CMYK0.6700.060.54
HSL174.68º50.32%30.78%-
HSV(B)174.68º66.95%46.27%-
XYZ10.1814.5417.31-
YUV93.58137.8389.07-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.55%
GREEN value IS 118 (46.48% from 255) = 44.03%
BLUE value IS 111 (43.75% from 255) = 41.42%
R=14.55%
G=44.03%
B=41.42%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal391181110.6700.060.54174.6850.3230.78
Hex27766F430636af321f
Octal4716615710306662576237
Binary10011111101101101111100001101101101101010111111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27766F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27766F; }

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

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

<style>
 a { background-color: #27766F; }

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

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

<style>
 span { border-color: #27766F; }

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

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