#1C7976

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

Shades of Elm #1C7976

Tints of Elm #1C7976

Color information

#1C7976 (or 0x1C7976) is unknown color: approx Elm. HEX triplet: 1C, 79 and 76. RGB value is (28,121,118). Sum of RGB (Red+Green+Blue) = 28+121+118=267 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.49% from 267); Green value is 121 (47.66% from 255 or 45.32% from 267); Blue value is 118 (46.48% from 255 or 44.19% from 267); Max value from RGB is 121 - color contains mainly: green. Hex color #1C7976 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7976 is #E38689. Grayscale: #5C5C5C. Windows color (decimal): -14911114 or 7764252. OLE color: 7764252.

HSL color Cylindrical-coordinate representation of color #1C7976: hue angle of 178.06º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C7976 is Cyan = 0.77, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB28121118-
CMYK0.7700.020.53
HSL178.06º62.42%29.22%-
HSV(B)178.06º76.86%47.45%-
XYZ10.5915.2319.52-
YUV92.85142.1981.74-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.49%
GREEN value IS 121 (47.66% from 255) = 45.32%
BLUE value IS 118 (46.48% from 255) = 44.19%
R=10.49%
G=45.32%
B=44.19%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal281211180.7700.020.53178.0662.4229.22
Hex1C79764D0235b23e1d
Octal3417116611502652627635
Binary111001111001111011010011010101101011011001011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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