Html Css Color HEX #108F74 Elf Green

📋 copy color: '#108F74'

red 16 ◦ green 143 ◦ blue 116

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

Shades of Elf Green #108F74

Tints of Elf Green #108F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 42.18%

R = 5.82%
G = 52%
B = 42.18%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#108F74 (or 0x108F74) is known color: Elf Green. HEX triplet: 10, 8F and 74. RGB value is (16,143,116). Sum of RGB (Red+Green+Blue) = 16+143+116=275 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.82% from 275); Green value is 143 (56.25% from 255 or 52% from 275); Blue value is 116 (45.70% from 255 or 42.18% from 275); Max value from RGB is 143 - color contains mainly: green. Hex color #108F74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #108F74 is #EF708B. Grayscale: #656565. Windows color (decimal): -15691916 or 7638800. OLE color: 7638800.

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

Color convert

RGB 16 143 116 -
CMYK 0.89 0 0.19 0.44
HSL 167.24º 0.8% 0.31% -
HSV(B) 167.24º 0.89% 0.56% -
XYZ 13.19 21.02 19.88 -
YUV 101.95 135.92 66.7 -
System Red Green Blue C M Y K H S L
Decimal 16 143 116 0.89 0 0.19 0.44 167.24 0.8 0.31
Hex 10 8F 74 59 0 13 2C A7 50 1F
Octal 20 217 164 131 0 23 54 247 120 37
Binary 10000 10001111 1110100 1011001 0 10011 101100 10100111 1010000 11111

Color Harmonies of #108F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #108F74

Black with #108F74

Text Example


Text Example

White with #108F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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