#108C6C

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

Shades of Elf Green #108C6C

Tints of Elf Green #108C6C

Color information

#108C6C (or 0x108C6C) is unknown color: approx Elf Green. HEX triplet: 10, 8C and 6C. RGB value is (16,140,108). Sum of RGB (Red+Green+Blue) = 16+140+108=264 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.06% from 264); Green value is 140 (55.08% from 255 or 53.03% from 264); Blue value is 108 (42.58% from 255 or 40.91% from 264); Max value from RGB is 140 - color contains mainly: green. Hex color #108C6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #108C6C is #EF7393. Grayscale: #636363. Windows color (decimal): -15692692 or 7113744. OLE color: 7113744.

HSL color Cylindrical-coordinate representation of color #108C6C: hue angle of 164.52º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #108C6C is Cyan = 0.89, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.

Color convert

RGB16140108-
CMYK0.8900.230.45
HSL164.52º79.49%30.59%-
HSV(B)164.52º88.57%54.9%-
XYZ12.319.9517.39-
YUV99.28132.9268.6-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.06%
GREEN value IS 140 (55.08% from 255) = 53.03%
BLUE value IS 108 (42.58% from 255) = 40.91%
R=6.06%
G=53.03%
B=40.91%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal161401080.8900.230.45164.5279.4930.59
Hex108C6C590172Da54f1f
Octal202141541310275524511737
Binary10000100011001101100101100101011110110110100101100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #108C6C; }

 p { color: rgb(16,140,108); }

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

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

 a { background-color: rgb(16,140,108); }

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

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

 span { border-color: rgb(16,140,108); }

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