Html Css Color HEX #119068 Elf Green

📋 copy color: '#119068'

red 17 ◦ green 144 ◦ blue 104

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

Shades of Elf Green #119068

Tints of Elf Green #119068

RGB

 RED value IS 17 (7.03% from 255) = 6.42%

 GREEN value IS 144 (56.64% from 255) = 54.34%

 BLUE value IS 104 (41.02% from 255) = 39.25%

R = 6.42%
G = 54.34%
B = 39.25%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.28

 K value IS 0.44

RGB Variations

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

Color information

#119068 (or 0x119068) is known color: Elf Green. HEX triplet: 11, 90 and 68. RGB value is (17,144,104). Sum of RGB (Red+Green+Blue) = 17+144+104=265 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.42% from 265); Green value is 144 (56.64% from 255 or 54.34% from 265); Blue value is 104 (41.02% from 255 or 39.25% from 265); Max value from RGB is 144 - color contains mainly: green. Hex color #119068 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119068 is #EE6F97. Grayscale: #656565. Windows color (decimal): -15626136 or 6852625. OLE color: 6852625.

HSL color Cylindrical-coordinate representation of color #119068: hue angle of 161.1º degrees, saturation: 0.79, 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 #119068 is Cyan = 0.88, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.44.

Color convert

RGB 17 144 104 -
CMYK 0.88 0 0.28 0.44
HSL 161.1º 0.79% 0.32% -
HSV(B) 161.1º 0.88% 0.56% -
XYZ 12.7 21.07 16.49 -
YUV 101.47 129.42 67.75 -
System Red Green Blue C M Y K H S L
Decimal 17 144 104 0.88 0 0.28 0.44 161.1 0.79 0.32
Hex 11 90 68 58 0 1C 2C A1 4F 20
Octal 21 220 150 130 0 34 54 241 117 40
Binary 10001 10010000 1101000 1011000 0 11100 101100 10100001 1001111 100000

Color Harmonies of #119068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119068

Black with #119068

Text Example


Text Example

White with #119068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119068; }

 p { color: rgb(17,144,104); }

 H1.HeaderClassName
 {
   color: #119068;
 }
 .AnyTagClassName
 {
   color: #119068;
 }
</style>

background-color css

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

 a { background-color: rgb(17,144,104); }

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

border-color css

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

 span { border-color: rgb(17,144,104); }

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