Html Css Color HEX #129075 Elf Green

📋 copy color: '#129075'

red 18 ◦ green 144 ◦ blue 117

#129075
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elf Green #129075

Tints of Elf Green #129075

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 value IS 0.88

 M value IS 0

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#129075 (or 0x129075) is known color: 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

RGB 18 144 117 -
CMYK 0.88 0 0.19 0.44
HSL 167.14º 0.78% 0.32% -
HSV(B) 167.14º 0.88% 0.56% -
XYZ 13.43 21.36 20.24 -
YUV 103.25 135.76 67.2 -
System Red Green Blue C M Y K H S L
Decimal 18 144 117 0.88 0 0.19 0.44 167.14 0.78 0.32
Hex 12 90 75 58 0 13 2C A7 4E 20
Octal 22 220 165 130 0 23 54 247 116 40
Binary 10010 10010000 1110101 1011000 0 10011 101100 10100111 1001110 100000

Color Harmonies of #129075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129075

Black with #129075

Text Example


Text Example

White with #129075

Text Example


Text Example

HTML Codes & Css Web 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>