#128877

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

Shades of Elf Green #128877

Tints of Elf Green #128877

Color information

#128877 (or 0x128877) is unknown color: approx Elf Green. HEX triplet: 12, 88 and 77. RGB value is (18,136,119). Sum of RGB (Red+Green+Blue) = 18+136+119=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 136 (53.52% from 255 or 49.82% from 273); Blue value is 119 (46.88% from 255 or 43.59% from 273); Max value from RGB is 136 - color contains mainly: green. Hex color #128877 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128877 is #ED7788. Grayscale: #626262. Windows color (decimal): -15562633 or 7833618. OLE color: 7833618.

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

Color convert

RGB18136119-
CMYK0.8700.120.47
HSL171.36º76.62%30.2%-
HSV(B)171.36º86.76%53.33%-
XYZ12.3819.0720.48-
YUV98.78139.4170.38-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.59%
GREEN value IS 136 (53.52% from 255) = 49.82%
BLUE value IS 119 (46.88% from 255) = 43.59%
R=6.59%
G=49.82%
B=43.59%

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
Decimal181361190.8700.120.47171.3676.6230.2
Hex128877570C2Fab4d1e
Octal222101671270145725311536
Binary1001010001000111011110101110110010111110101011100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128877; }

 p { color: rgb(18,136,119); }

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

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

 a { background-color: rgb(18,136,119); }

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

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

 span { border-color: rgb(18,136,119); }

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