#128A68

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

Shades of Elf Green #128A68

Tints of Elf Green #128A68

Color information

#128A68 (or 0x128A68) is unknown color: approx Elf Green. HEX triplet: 12, 8A and 68. RGB value is (18,138,104). Sum of RGB (Red+Green+Blue) = 18+138+104=260 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.92% from 260); Green value is 138 (54.30% from 255 or 53.08% from 260); Blue value is 104 (41.02% from 255 or 40% from 260); Max value from RGB is 138 - color contains mainly: green. Hex color #128A68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128A68 is #ED7597. Grayscale: #626262. Windows color (decimal): -15562136 or 6851090. OLE color: 6851090.

HSL color Cylindrical-coordinate representation of color #128A68: hue angle of 163º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128A68 is Cyan = 0.87, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.

Color convert

RGB18138104-
CMYK0.8700.250.46
HSL163º76.92%30.59%-
HSV(B)163º86.96%54.12%-
XYZ11.8419.3116.2-
YUV98.24131.2470.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.92%
GREEN value IS 138 (54.30% from 255) = 53.08%
BLUE value IS 104 (41.02% from 255) = 40%
R=6.92%
G=53.08%
B=40%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal181381040.8700.250.4616376.9230.59
Hex128A68570192Ea34d1f
Octal222121501270315624311537
Binary10010100010101101000101011101100110111010100011100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,138,104); }

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

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

 a { background-color: rgb(18,138,104); }

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

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

 span { border-color: rgb(18,138,104); }

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