#108F6B

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

Shades of Elf Green #108F6B

Tints of Elf Green #108F6B

Color information

#108F6B (or 0x108F6B) is unknown color: approx Elf Green. HEX triplet: 10, 8F and 6B. RGB value is (16,143,107). Sum of RGB (Red+Green+Blue) = 16+143+107=266 (35% of max value = 765). Red value is 16 (6.64% from 255 or 6.02% from 266); Green value is 143 (56.25% from 255 or 53.76% from 266); Blue value is 107 (42.19% from 255 or 40.23% from 266); Max value from RGB is 143 - color contains mainly: green. Hex color #108F6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #108F6B is #EF7094. Grayscale: #646464. Windows color (decimal): -15691925 or 7048976. OLE color: 7048976.

HSL color Cylindrical-coordinate representation of color #108F6B: hue angle of 162.99º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #108F6B is Cyan = 0.89, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB16143107-
CMYK0.8900.250.44
HSL162.99º79.87%31.18%-
HSV(B)162.99º88.81%56.08%-
XYZ12.6920.8217.26-
YUV100.92131.4267.43-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.02%
GREEN value IS 143 (56.25% from 255) = 53.76%
BLUE value IS 107 (42.19% from 255) = 40.23%
R=6.02%
G=53.76%
B=40.23%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal161431070.8900.250.44162.9979.8731.18
Hex108F6B590192Ca3501f
Octal202171531310315424312037
Binary10000100011111101011101100101100110110010100011101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,143,107); }

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

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

 a { background-color: rgb(16,143,107); }

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

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

 span { border-color: rgb(16,143,107); }

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