Html Css Color HEX #118670 Elf Green

📋 copy color: '#118670'

red 17 ◦ green 134 ◦ blue 112

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

Shades of Elf Green #118670

Tints of Elf Green #118670

RGB

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

 GREEN value IS 134 (52.73% from 255) = 50.95%

 BLUE value IS 112 (44.14% from 255) = 42.59%

R = 6.46%
G = 50.95%
B = 42.59%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#118670 (or 0x118670) is known color: Elf Green. HEX triplet: 11, 86 and 70. RGB value is (17,134,112). Sum of RGB (Red+Green+Blue) = 17+134+112=263 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.46% from 263); Green value is 134 (52.73% from 255 or 50.95% from 263); Blue value is 112 (44.14% from 255 or 42.59% from 263); Max value from RGB is 134 - color contains mainly: green. Hex color #118670 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118670 is #EE798F. Grayscale: #606060. Windows color (decimal): -15628688 or 7374353. OLE color: 7374353.

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

Color convert

RGB 17 134 112 -
CMYK 0.87 0 0.16 0.47
HSL 168.72º 0.77% 0.3% -
HSV(B) 168.72º 0.87% 0.53% -
XYZ 11.68 18.34 18.25 -
YUV 96.51 136.74 71.29 -
System Red Green Blue C M Y K H S L
Decimal 17 134 112 0.87 0 0.16 0.47 168.72 0.77 0.3
Hex 11 86 70 57 0 10 2F A9 4D 1E
Octal 21 206 160 127 0 20 57 251 115 36
Binary 10001 10000110 1110000 1010111 0 10000 101111 10101001 1001101 11110

Color Harmonies of #118670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118670

Black with #118670

Text Example


Text Example

White with #118670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118670; }

 p { color: rgb(17,134,112); }

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

background-color css

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

 a { background-color: rgb(17,134,112); }

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

border-color css

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

 span { border-color: rgb(17,134,112); }

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