#118C67

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

Shades of Elf Green #118C67

Tints of Elf Green #118C67

Color information

#118C67 (or 0x118C67) is unknown color: approx Elf Green. HEX triplet: 11, 8C and 67. RGB value is (17,140,103). Sum of RGB (Red+Green+Blue) = 17+140+103=260 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.54% from 260); Green value is 140 (55.08% from 255 or 53.85% from 260); Blue value is 103 (40.62% from 255 or 39.62% from 260); Max value from RGB is 140 - color contains mainly: green. Hex color #118C67 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118C67 is #EE7398. Grayscale: #636363. Windows color (decimal): -15627161 or 6786065. OLE color: 6786065.

HSL color Cylindrical-coordinate representation of color #118C67: hue angle of 161.95º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118C67 is Cyan = 0.88, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.

Color convert

RGB17140103-
CMYK0.8800.260.45
HSL161.95º78.34%30.78%-
HSV(B)161.95º87.86%54.9%-
XYZ12.0619.8516.03-
YUV99130.2569.51-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.54%
GREEN value IS 140 (55.08% from 255) = 53.85%
BLUE value IS 103 (40.62% from 255) = 39.62%
R=6.54%
G=53.85%
B=39.62%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal171401030.8800.260.45161.9578.3430.78
Hex118C675801A2Da24e1f
Octal212141471300325524211637
Binary10001100011001100111101100001101010110110100010100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118C67; }

 p { color: rgb(17,140,103); }

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

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

 a { background-color: rgb(17,140,103); }

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

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

 span { border-color: rgb(17,140,103); }

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