#108D74

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

Shades of Elf Green #108D74

Tints of Elf Green #108D74

Color information

#108D74 (or 0x108D74) is unknown color: approx Elf Green. HEX triplet: 10, 8D and 74. RGB value is (16,141,116). Sum of RGB (Red+Green+Blue) = 16+141+116=273 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.86% from 273); Green value is 141 (55.47% from 255 or 51.65% from 273); Blue value is 116 (45.70% from 255 or 42.49% from 273); Max value from RGB is 141 - color contains mainly: green. Hex color #108D74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #108D74 is #EF728B. Grayscale: #646464. Windows color (decimal): -15692428 or 7638288. OLE color: 7638288.

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

Color convert

RGB16141116-
CMYK0.8900.180.45
HSL168º79.62%30.78%-
HSV(B)168º88.65%55.29%-
XYZ12.8920.4219.79-
YUV100.78136.5967.53-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.86%
GREEN value IS 141 (55.47% from 255) = 51.65%
BLUE value IS 116 (45.70% from 255) = 42.49%
R=5.86%
G=51.65%
B=42.49%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal161411160.8900.180.4516879.6230.78
Hex108D74590122Da8501f
Octal202151641310225525012037
Binary10000100011011110100101100101001010110110101000101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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