#128F79

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

Shades of Elf Green #128F79

Tints of Elf Green #128F79

Color information

#128F79 (or 0x128F79) is unknown color: approx Elf Green. HEX triplet: 12, 8F and 79. RGB value is (18,143,121). Sum of RGB (Red+Green+Blue) = 18+143+121=282 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.38% from 282); Green value is 143 (56.25% from 255 or 50.71% from 282); Blue value is 121 (47.66% from 255 or 42.91% from 282); Max value from RGB is 143 - color contains mainly: green. Hex color #128F79 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128F79 is #ED7086. Grayscale: #676767. Windows color (decimal): -15560839 or 7966482. OLE color: 7966482.

HSL color Cylindrical-coordinate representation of color #128F79: hue angle of 169.44º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128F79 is Cyan = 0.87, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB18143121-
CMYK0.8700.150.44
HSL169.44º77.64%31.57%-
HSV(B)169.44º87.41%56.08%-
XYZ13.5221.1521.46-
YUV103.12138.0967.29-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.38%
GREEN value IS 143 (56.25% from 255) = 50.71%
BLUE value IS 121 (47.66% from 255) = 42.91%
R=6.38%
G=50.71%
B=42.91%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal181431210.8700.150.44169.4477.6431.57
Hex128F79570F2Ca94e20
Octal222171711270175425111640
Binary10010100011111111001101011101111101100101010011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128F79; }

 p { color: rgb(18,143,121); }

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

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

 a { background-color: rgb(18,143,121); }

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

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

 span { border-color: rgb(18,143,121); }

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