#108B63

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

Shades of Elf Green #108B63

Tints of Elf Green #108B63

Color information

#108B63 (or 0x108B63) is unknown color: approx Elf Green. HEX triplet: 10, 8B and 63. RGB value is (16,139,99). Sum of RGB (Red+Green+Blue) = 16+139+99=254 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.30% from 254); Green value is 139 (54.69% from 255 or 54.72% from 254); Blue value is 99 (39.06% from 255 or 38.98% from 254); Max value from RGB is 139 - color contains mainly: green. Hex color #108B63 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #108B63 is #EF749C. Grayscale: #616161. Windows color (decimal): -15692957 or 6523664. OLE color: 6523664.

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

Color convert

RGB1613999-
CMYK0.8800.290.45
HSL160.49º79.35%30.39%-
HSV(B)160.49º88.49%54.51%-
XYZ11.719.4814.95-
YUV97.66128.7569.75-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.30%
GREEN value IS 139 (54.69% from 255) = 54.72%
BLUE value IS 99 (39.06% from 255) = 38.98%
R=6.30%
G=54.72%
B=38.98%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal16139990.8800.290.45160.4979.3530.39
Hex108B635801D2Da04f1e
Octal202131431300355524011736
Binary10000100010111100011101100001110110110110100000100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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