#128A76

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

Shades of Elf Green #128A76

Tints of Elf Green #128A76

Color information

#128A76 (or 0x128A76) is unknown color: approx Elf Green. HEX triplet: 12, 8A and 76. RGB value is (18,138,118). Sum of RGB (Red+Green+Blue) = 18+138+118=274 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.57% from 274); Green value is 138 (54.30% from 255 or 50.36% from 274); Blue value is 118 (46.48% from 255 or 43.07% from 274); Max value from RGB is 138 - color contains mainly: green. Hex color #128A76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128A76 is #ED7589. Grayscale: #636363. Windows color (decimal): -15562122 or 7768594. OLE color: 7768594.

HSL color Cylindrical-coordinate representation of color #128A76: hue angle of 170º 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 #128A76 is Cyan = 0.87, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB18138118-
CMYK0.8700.140.46
HSL170º76.92%30.59%-
HSV(B)170º86.96%54.12%-
XYZ12.6119.6120.26-
YUV99.84138.2469.63-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.57%
GREEN value IS 138 (54.30% from 255) = 50.36%
BLUE value IS 118 (46.48% from 255) = 43.07%
R=6.57%
G=50.36%
B=43.07%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal181381180.8700.140.4617076.9230.59
Hex128A76570E2Eaa4d1f
Octal222121661270165625211537
Binary1001010001010111011010101110111010111010101010100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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