#217D77

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

Shades of Elm #217D77

Tints of Elm #217D77

Color information

#217D77 (or 0x217D77) is unknown color: approx Elm. HEX triplet: 21, 7D and 77. RGB value is (33,125,119). Sum of RGB (Red+Green+Blue) = 33+125+119=277 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.91% from 277); Green value is 125 (49.22% from 255 or 45.13% from 277); Blue value is 119 (46.88% from 255 or 42.96% from 277); Max value from RGB is 125 - color contains mainly: green. Hex color #217D77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217D77 is #DE8288. Grayscale: #606060. Windows color (decimal): -14582409 or 7830817. OLE color: 7830817.

HSL color Cylindrical-coordinate representation of color #217D77: hue angle of 176.09º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #217D77 is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.

Color convert

RGB33125119-
CMYK0.7400.050.51
HSL176.09º58.23%30.98%-
HSV(B)176.09º73.6%49.02%-
XYZ11.2916.3220.01-
YUV96.81140.5282.49-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.91%
GREEN value IS 125 (49.22% from 255) = 45.13%
BLUE value IS 119 (46.88% from 255) = 42.96%
R=11.91%
G=45.13%
B=42.96%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal331251190.7400.050.51176.0958.2330.98
Hex217D774A0533b03a1f
Octal4117516711205632607237
Binary10000111111011110111100101001011100111011000011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217D77; }

 p { color: rgb(33,125,119); }

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

<style>
 a { background-color: #217D77; }

 a { background-color: rgb(33,125,119); }

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

<style>
 span { border-color: #217D77; }

 span { border-color: rgb(33,125,119); }

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