#26766F

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

Shades of Elm #26766F

Tints of Elm #26766F

Color information

#26766F (or 0x26766F) is unknown color: approx Elm. HEX triplet: 26, 76 and 6F. RGB value is (38,118,111). Sum of RGB (Red+Green+Blue) = 38+118+111=267 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.23% from 267); Green value is 118 (46.48% from 255 or 44.19% from 267); Blue value is 111 (43.75% from 255 or 41.57% from 267); Max value from RGB is 118 - color contains mainly: green. Hex color #26766F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26766F is #D98990. Grayscale: #5D5D5D. Windows color (decimal): -14256529 or 7304742. OLE color: 7304742.

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

Color convert

RGB38118111-
CMYK0.6800.060.54
HSL174.75º51.28%30.59%-
HSV(B)174.75º67.8%46.27%-
XYZ10.1514.5217.31-
YUV93.2813888.57-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.23%
GREEN value IS 118 (46.48% from 255) = 44.19%
BLUE value IS 111 (43.75% from 255) = 41.57%
R=14.23%
G=44.19%
B=41.57%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal381181110.6800.060.54174.7551.2830.59
Hex26766F440636af331f
Octal4616615710406662576337
Binary10011011101101101111100010001101101101010111111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26766F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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