#108575

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

Shades of Elf Green #108575

Tints of Elf Green #108575

Color information

#108575 (or 0x108575) is unknown color: approx Elf Green. HEX triplet: 10, 85 and 75. RGB value is (16,133,117). Sum of RGB (Red+Green+Blue) = 16+133+117=266 (35% of max value = 765). Red value is 16 (6.64% from 255 or 6.02% from 266); Green value is 133 (52.34% from 255 or 50% from 266); Blue value is 117 (46.09% from 255 or 43.98% from 266); Max value from RGB is 133 - color contains mainly: green. Hex color #108575 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #108575 is #EF7A8A. Grayscale: #606060. Windows color (decimal): -15694475 or 7701776. OLE color: 7701776.

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

Color convert

RGB16133117-
CMYK0.8800.120.48
HSL171.79º78.52%29.22%-
HSV(B)171.79º87.97%52.16%-
XYZ11.8118.1719.71-
YUV96.19139.7470.8-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.02%
GREEN value IS 133 (52.34% from 255) = 50%
BLUE value IS 117 (46.09% from 255) = 43.98%
R=6.02%
G=50%
B=43.98%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal161331170.8800.120.48171.7978.5229.22
Hex108575580C30ac4f1d
Octal202051651300146025411735
Binary1000010000101111010110110000110011000010101100100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #108575; }

 p { color: rgb(16,133,117); }

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

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

 a { background-color: rgb(16,133,117); }

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

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

 span { border-color: rgb(16,133,117); }

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