#129075

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

Shades of Elf Green #129075

Tints of Elf Green #129075

Color information

#129075 (or 0x129075) is unknown color: approx Elf Green. HEX triplet: 12, 90 and 75. RGB value is (18,144,117). Sum of RGB (Red+Green+Blue) = 18+144+117=279 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.45% from 279); Green value is 144 (56.64% from 255 or 51.61% from 279); Blue value is 117 (46.09% from 255 or 41.94% from 279); Max value from RGB is 144 - color contains mainly: green. Hex color #129075 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129075 is #ED6F8A. Grayscale: #676767. Windows color (decimal): -15560587 or 7704594. OLE color: 7704594.

HSL color Cylindrical-coordinate representation of color #129075: hue angle of 167.14º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129075 is Cyan = 0.88, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB18144117-
CMYK0.8800.190.44
HSL167.14º77.78%31.76%-
HSV(B)167.14º87.5%56.47%-
XYZ13.4321.3620.24-
YUV103.25135.7667.2-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.45%
GREEN value IS 144 (56.64% from 255) = 51.61%
BLUE value IS 117 (46.09% from 255) = 41.94%
R=6.45%
G=51.61%
B=41.94%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal181441170.8800.190.44167.1477.7831.76
Hex129075580132Ca74e20
Octal222201651300235424711640
Binary100101001000011101011011000010011101100101001111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129075; }

 p { color: rgb(18,144,117); }

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

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

 a { background-color: rgb(18,144,117); }

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

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

 span { border-color: rgb(18,144,117); }

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