Html Css Color HEX #108F66 Elf Green

📋 copy color: '#108F66'

red 16 ◦ green 143 ◦ blue 102

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

Shades of Elf Green #108F66

Tints of Elf Green #108F66

RGB

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

 GREEN value IS 143 (56.25% from 255) = 54.79%

 BLUE value IS 102 (40.23% from 255) = 39.08%

R = 6.13%
G = 54.79%
B = 39.08%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.29

 K value IS 0.44

RGB Variations

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

Color information

#108F66 (or 0x108F66) is known color: Elf Green. HEX triplet: 10, 8F and 66. RGB value is (16,143,102). Sum of RGB (Red+Green+Blue) = 16+143+102=261 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.13% from 261); Green value is 143 (56.25% from 255 or 54.79% from 261); Blue value is 102 (40.23% from 255 or 39.08% from 261); Max value from RGB is 143 - color contains mainly: green. Hex color #108F66 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #108F66 is #EF7099. Grayscale: #646464. Windows color (decimal): -15691930 or 6721296. OLE color: 6721296.

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

Color convert

RGB 16 143 102 -
CMYK 0.89 0 0.29 0.44
HSL 160.63º 0.8% 0.31% -
HSV(B) 160.63º 0.89% 0.56% -
XYZ 12.43 20.71 15.91 -
YUV 100.35 128.92 67.83 -
System Red Green Blue C M Y K H S L
Decimal 16 143 102 0.89 0 0.29 0.44 160.63 0.8 0.31
Hex 10 8F 66 59 0 1D 2C A1 50 1F
Octal 20 217 146 131 0 35 54 241 120 37
Binary 10000 10001111 1100110 1011001 0 11101 101100 10100001 1010000 11111

Color Harmonies of #108F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #108F66

Black with #108F66

Text Example


Text Example

White with #108F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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