#26776F

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

Shades of Elm #26776F

Tints of Elm #26776F

Color information

#26776F (or 0x26776F) is unknown color: approx Elm. HEX triplet: 26, 77 and 6F. RGB value is (38,119,111). Sum of RGB (Red+Green+Blue) = 38+119+111=268 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.18% from 268); Green value is 119 (46.88% from 255 or 44.40% from 268); Blue value is 111 (43.75% from 255 or 41.42% from 268); Max value from RGB is 119 - color contains mainly: green. Hex color #26776F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26776F is #D98890. Grayscale: #5D5D5D. Windows color (decimal): -14256273 or 7304998. OLE color: 7304998.

HSL color Cylindrical-coordinate representation of color #26776F: hue angle of 174.07º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #26776F is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB38119111-
CMYK0.6800.070.53
HSL174.07º51.59%30.78%-
HSV(B)174.07º68.07%46.67%-
XYZ10.2714.7517.35-
YUV93.87137.6688.15-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.18%
GREEN value IS 119 (46.88% from 255) = 44.40%
BLUE value IS 111 (43.75% from 255) = 41.42%
R=14.18%
G=44.40%
B=41.42%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal381191110.6800.070.53174.0751.5930.78
Hex26776F440735ae341f
Octal4616715710407652566437
Binary10011011101111101111100010001111101011010111011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26776F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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