#158672

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

Shades of Elf Green #158672

Tints of Elf Green #158672

Color information

#158672 (or 0x158672) is unknown color: approx Elf Green. HEX triplet: 15, 86 and 72. RGB value is (21,134,114). Sum of RGB (Red+Green+Blue) = 21+134+114=269 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.81% from 269); Green value is 134 (52.73% from 255 or 49.81% from 269); Blue value is 114 (44.92% from 255 or 42.38% from 269); Max value from RGB is 134 - color contains mainly: green. Hex color #158672 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158672 is #EA798D. Grayscale: #616161. Windows color (decimal): -15366542 or 7505429. OLE color: 7505429.

HSL color Cylindrical-coordinate representation of color #158672: hue angle of 169.38º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #158672 is Cyan = 0.84, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB21134114-
CMYK0.8400.150.47
HSL169.38º72.9%30.39%-
HSV(B)169.38º84.33%52.55%-
XYZ11.8718.4218.85-
YUV97.93137.0673.13-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.81%
GREEN value IS 134 (52.73% from 255) = 49.81%
BLUE value IS 114 (44.92% from 255) = 42.38%
R=7.81%
G=49.81%
B=42.38%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal211341140.8400.150.47169.3872.930.39
Hex158672540F2Fa9491e
Octal252061621240175725111136
Binary1010110000110111001010101000111110111110101001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158672; }

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

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

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

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

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

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

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

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