#108673

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

Shades of Elf Green #108673

Tints of Elf Green #108673

Color information

#108673 (or 0x108673) is unknown color: approx Elf Green. HEX triplet: 10, 86 and 73. RGB value is (16,134,115). Sum of RGB (Red+Green+Blue) = 16+134+115=265 (35% of max value = 765). Red value is 16 (6.64% from 255 or 6.04% from 265); Green value is 134 (52.73% from 255 or 50.57% from 265); Blue value is 115 (45.31% from 255 or 43.40% from 265); Max value from RGB is 134 - color contains mainly: green. Hex color #108673 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #108673 is #EF798C. Grayscale: #606060. Windows color (decimal): -15694221 or 7570960. OLE color: 7570960.

HSL color Cylindrical-coordinate representation of color #108673: hue angle of 170.34º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #108673 is Cyan = 0.88, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB16134115-
CMYK0.8800.140.47
HSL170.34º78.67%29.41%-
HSV(B)170.34º88.06%52.55%-
XYZ11.8318.419.15-
YUV96.55138.4170.54-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.04%
GREEN value IS 134 (52.73% from 255) = 50.57%
BLUE value IS 115 (45.31% from 255) = 43.40%
R=6.04%
G=50.57%
B=43.40%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal161341150.8800.140.47170.3478.6729.41
Hex108673580E2Faa4f1d
Octal202061631300165725211735
Binary1000010000110111001110110000111010111110101010100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #108673; }

 p { color: rgb(16,134,115); }

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

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

 a { background-color: rgb(16,134,115); }

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

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

 span { border-color: rgb(16,134,115); }

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