#108672

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

Shades of Elf Green #108672

Tints of Elf Green #108672

Color information

#108672 (or 0x108672) is unknown color: approx Elf Green. HEX triplet: 10, 86 and 72. RGB value is (16,134,114). Sum of RGB (Red+Green+Blue) = 16+134+114=264 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.06% from 264); Green value is 134 (52.73% from 255 or 50.76% from 264); Blue value is 114 (44.92% from 255 or 43.18% from 264); Max value from RGB is 134 - color contains mainly: green. Hex color #108672 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #108672 is #EF798D. Grayscale: #606060. Windows color (decimal): -15694222 or 7505424. OLE color: 7505424.

HSL color Cylindrical-coordinate representation of color #108672: hue angle of 169.83º 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 #108672 is Cyan = 0.88, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB16134114-
CMYK0.8800.150.47
HSL169.83º78.67%29.41%-
HSV(B)169.83º88.06%52.55%-
XYZ11.7818.3818.85-
YUV96.44137.9170.63-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.06%
GREEN value IS 134 (52.73% from 255) = 50.76%
BLUE value IS 114 (44.92% from 255) = 43.18%
R=6.06%
G=50.76%
B=43.18%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal161341140.8800.150.47169.8378.6729.41
Hex108672580F2Faa4f1d
Octal202061621300175725211735
Binary1000010000110111001010110000111110111110101010100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #108672; }

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

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

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

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

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

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

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

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