#108572

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

Shades of Elf Green #108572

Tints of Elf Green #108572

Color information

#108572 (or 0x108572) is unknown color: approx Elf Green. HEX triplet: 10, 85 and 72. RGB value is (16,133,114). Sum of RGB (Red+Green+Blue) = 16+133+114=263 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.08% from 263); Green value is 133 (52.34% from 255 or 50.57% from 263); Blue value is 114 (44.92% from 255 or 43.35% from 263); Max value from RGB is 133 - color contains mainly: green. Hex color #108572 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #108572 is #EF7A8D. Grayscale: #5F5F5F. Windows color (decimal): -15694478 or 7505168. OLE color: 7505168.

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

Color convert

RGB16133114-
CMYK0.8800.140.48
HSL170.26º78.52%29.22%-
HSV(B)170.26º87.97%52.16%-
XYZ11.6418.118.8-
YUV95.85138.2471.04-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.08%
GREEN value IS 133 (52.34% from 255) = 50.57%
BLUE value IS 114 (44.92% from 255) = 43.35%
R=6.08%
G=50.57%
B=43.35%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal161331140.8800.140.48170.2678.5229.22
Hex108572580E30aa4f1d
Octal202051621300166025211735
Binary1000010000101111001010110000111011000010101010100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #108572; }

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

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

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

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

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

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

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

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