Html Css Color HEX #108B6C Elf Green

📋 copy color: '#108B6C'

red 16 ◦ green 139 ◦ blue 108

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

Shades of Elf Green #108B6C

Tints of Elf Green #108B6C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 52.85%

 BLUE value IS 108 (42.58% from 255) = 41.06%

R = 6.08%
G = 52.85%
B = 41.06%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#108B6C (or 0x108B6C) is known color: Elf Green. HEX triplet: 10, 8B and 6C. RGB value is (16,139,108). Sum of RGB (Red+Green+Blue) = 16+139+108=263 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.08% from 263); Green value is 139 (54.69% from 255 or 52.85% from 263); Blue value is 108 (42.58% from 255 or 41.06% from 263); Max value from RGB is 139 - color contains mainly: green. Hex color #108B6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #108B6C is #EF7493. Grayscale: #626262. Windows color (decimal): -15692948 or 7113488. OLE color: 7113488.

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

Color convert

RGB 16 139 108 -
CMYK 0.88 0 0.22 0.45
HSL 164.88º 0.79% 0.3% -
HSV(B) 164.88º 0.88% 0.55% -
XYZ 12.15 19.66 17.34 -
YUV 98.69 133.25 69.02 -
System Red Green Blue C M Y K H S L
Decimal 16 139 108 0.88 0 0.22 0.45 164.88 0.79 0.3
Hex 10 8B 6C 58 0 16 2D A5 4F 1E
Octal 20 213 154 130 0 26 55 245 117 36
Binary 10000 10001011 1101100 1011000 0 10110 101101 10100101 1001111 11110

Color Harmonies of #108B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #108B6C

Black with #108B6C

Text Example


Text Example

White with #108B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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