#128676

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

Shades of Elf Green #128676

Tints of Elf Green #128676

Color information

#128676 (or 0x128676) is unknown color: approx Elf Green. HEX triplet: 12, 86 and 76. RGB value is (18,134,118). Sum of RGB (Red+Green+Blue) = 18+134+118=270 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.67% from 270); Green value is 134 (52.73% from 255 or 49.63% from 270); Blue value is 118 (46.48% from 255 or 43.70% from 270); Max value from RGB is 134 - color contains mainly: green. Hex color #128676 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128676 is #ED7989. Grayscale: #616161. Windows color (decimal): -15563146 or 7767570. OLE color: 7767570.

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

Color convert

RGB18134118-
CMYK0.8700.120.47
HSL171.72º76.32%29.8%-
HSV(B)171.72º86.57%52.55%-
XYZ12.0418.4920.07-
YUV97.49139.5771.3-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.67%
GREEN value IS 134 (52.73% from 255) = 49.63%
BLUE value IS 118 (46.48% from 255) = 43.70%
R=6.67%
G=49.63%
B=43.70%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal181341180.8700.120.47171.7276.3229.8
Hex128676570C2Fac4c1e
Octal222061661270145725411436
Binary1001010000110111011010101110110010111110101100100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128676; }

 p { color: rgb(18,134,118); }

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

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

 a { background-color: rgb(18,134,118); }

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

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

 span { border-color: rgb(18,134,118); }

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