Html Css Color HEX #108C6E Elf Green

📋 copy color: '#108C6E'

red 16 ◦ green 140 ◦ blue 110

#108C6E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elf Green #108C6E

Tints of Elf Green #108C6E

RGB

 RED value IS 16 (6.64% from 255) = 6.02%

 GREEN value IS 140 (55.08% from 255) = 52.63%

 BLUE value IS 110 (43.36% from 255) = 41.35%

R = 6.02%
G = 52.63%
B = 41.35%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#108C6E (or 0x108C6E) is known color: Elf Green. HEX triplet: 10, 8C and 6E. RGB value is (16,140,110). Sum of RGB (Red+Green+Blue) = 16+140+110=266 (35% of max value = 765). Red value is 16 (6.64% from 255 or 6.02% from 266); Green value is 140 (55.08% from 255 or 52.63% from 266); Blue value is 110 (43.36% from 255 or 41.35% from 266); Max value from RGB is 140 - color contains mainly: green. Hex color #108C6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #108C6E is #EF7391. Grayscale: #636363. Windows color (decimal): -15692690 or 7244816. OLE color: 7244816.

HSL color Cylindrical-coordinate representation of color #108C6E: hue angle of 165.48º 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 #108C6E is Cyan = 0.89, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB 16 140 110 -
CMYK 0.89 0 0.21 0.45
HSL 165.48º 0.79% 0.31% -
HSV(B) 165.48º 0.89% 0.55% -
XYZ 12.41 19.99 17.96 -
YUV 99.5 133.92 68.44 -
System Red Green Blue C M Y K H S L
Decimal 16 140 110 0.89 0 0.21 0.45 165.48 0.79 0.31
Hex 10 8C 6E 59 0 15 2D A5 4F 1F
Octal 20 214 156 131 0 25 55 245 117 37
Binary 10000 10001100 1101110 1011001 0 10101 101101 10100101 1001111 11111

Color Harmonies of #108C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #108C6E

Black with #108C6E

Text Example


Text Example

White with #108C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #108C6E;
 }
 .AnyTagClassName
 {
   color: #108C6E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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