#1C7675

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

Shades of Elm #1C7675

Tints of Elm #1C7675

Color information

#1C7675 (or 0x1C7675) is unknown color: approx Elm. HEX triplet: 1C, 76 and 75. RGB value is (28,118,117). Sum of RGB (Red+Green+Blue) = 28+118+117=263 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.65% from 263); Green value is 118 (46.48% from 255 or 44.87% from 263); Blue value is 117 (46.09% from 255 or 44.49% from 263); Max value from RGB is 118 - color contains mainly: green. Hex color #1C7675 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7675 is #E3898A. Grayscale: #5A5A5A. Windows color (decimal): -14911883 or 7697948. OLE color: 7697948.

HSL color Cylindrical-coordinate representation of color #1C7675: hue angle of 179.33º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C7675 is Cyan = 0.76, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB28118117-
CMYK0.7600.010.54
HSL179.33º61.64%28.63%-
HSV(B)179.33º76.27%46.27%-
XYZ10.1714.4919.09-
YUV90.98142.6883.08-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.65%
GREEN value IS 118 (46.48% from 255) = 44.87%
BLUE value IS 117 (46.09% from 255) = 44.49%
R=10.65%
G=44.87%
B=44.49%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal281181170.7600.010.54179.3361.6428.63
Hex1C76754C0136b33e1d
Octal3416616511401662637635
Binary11100111011011101011001100011101101011001111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C7675; }

 p { color: rgb(28,118,117); }

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

<style>
 a { background-color: #1C7675; }

 a { background-color: rgb(28,118,117); }

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

<style>
 span { border-color: #1C7675; }

 span { border-color: rgb(28,118,117); }

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