#118576

Color #118576 Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #118576

Tints of Elf Green #118576

Color information

#118576 (or 0x118576) is unknown color: approx Elf Green. HEX triplet: 11, 85 and 76. RGB value is (17,133,118). Sum of RGB (Red+Green+Blue) = 17+133+118=268 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.34% from 268); Green value is 133 (52.34% from 255 or 49.63% from 268); Blue value is 118 (46.48% from 255 or 44.03% from 268); Max value from RGB is 133 - color contains mainly: green. Hex color #118576 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118576 is #EE7A89. Grayscale: #606060. Windows color (decimal): -15628938 or 7767313. OLE color: 7767313.

HSL color Cylindrical-coordinate representation of color #118576: hue angle of 172.24º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #118576 is Cyan = 0.87, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB17133118-
CMYK0.8700.110.48
HSL172.24º77.33%29.41%-
HSV(B)172.24º87.22%52.16%-
XYZ11.8918.220.03-
YUV96.61140.0771.22-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.34%
GREEN value IS 133 (52.34% from 255) = 49.63%
BLUE value IS 118 (46.48% from 255) = 44.03%
R=6.34%
G=49.63%
B=44.03%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal171331180.8700.110.48172.2477.3329.41
Hex118576570B30ac4d1d
Octal212051661270136025411535
Binary1000110000101111011010101110101111000010101100100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118576; }

 p { color: rgb(17,133,118); }

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

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

 a { background-color: rgb(17,133,118); }

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

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

 span { border-color: rgb(17,133,118); }

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