#128672

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

Shades of Elf Green #128672

Tints of Elf Green #128672

Color information

#128672 (or 0x128672) is unknown color: approx Elf Green. HEX triplet: 12, 86 and 72. RGB value is (18,134,114). Sum of RGB (Red+Green+Blue) = 18+134+114=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 134 (52.73% from 255 or 50.38% from 266); Blue value is 114 (44.92% from 255 or 42.86% from 266); Max value from RGB is 134 - color contains mainly: green. Hex color #128672 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128672 is #ED798D. Grayscale: #616161. Windows color (decimal): -15563150 or 7505426. OLE color: 7505426.

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

Color convert

RGB18134114-
CMYK0.8700.150.47
HSL169.66º76.32%29.8%-
HSV(B)169.66º86.57%52.55%-
XYZ11.8118.3918.85-
YUV97.04137.5771.63-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.77%
GREEN value IS 134 (52.73% from 255) = 50.38%
BLUE value IS 114 (44.92% from 255) = 42.86%
R=6.77%
G=50.38%
B=42.86%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal181341140.8700.150.47169.6676.3229.8
Hex128672570F2Faa4c1e
Octal222061621270175725211436
Binary1001010000110111001010101110111110111110101010100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128672; }

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

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

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

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

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

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

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

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