Html Css Color HEX #118F75 Elf Green

📋 copy color: '#118F75'

red 17 ◦ green 143 ◦ blue 117

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

Shades of Elf Green #118F75

Tints of Elf Green #118F75

RGB

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

 GREEN value IS 143 (56.25% from 255) = 51.62%

 BLUE value IS 117 (46.09% from 255) = 42.24%

R = 6.14%
G = 51.62%
B = 42.24%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#118F75 (or 0x118F75) is known color: Elf Green. HEX triplet: 11, 8F and 75. RGB value is (17,143,117). Sum of RGB (Red+Green+Blue) = 17+143+117=277 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.14% from 277); Green value is 143 (56.25% from 255 or 51.62% from 277); Blue value is 117 (46.09% from 255 or 42.24% from 277); Max value from RGB is 143 - color contains mainly: green. Hex color #118F75 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118F75 is #EE708A. Grayscale: #666666. Windows color (decimal): -15626379 or 7704337. OLE color: 7704337.

HSL color Cylindrical-coordinate representation of color #118F75: hue angle of 167.62º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118F75 is Cyan = 0.88, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB 17 143 117 -
CMYK 0.88 0 0.18 0.44
HSL 167.62º 0.79% 0.31% -
HSV(B) 167.62º 0.88% 0.56% -
XYZ 13.26 21.05 20.19 -
YUV 102.36 136.26 67.11 -
System Red Green Blue C M Y K H S L
Decimal 17 143 117 0.88 0 0.18 0.44 167.62 0.79 0.31
Hex 11 8F 75 58 0 12 2C A8 4F 1F
Octal 21 217 165 130 0 22 54 250 117 37
Binary 10001 10001111 1110101 1011000 0 10010 101100 10101000 1001111 11111

Color Harmonies of #118F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118F75

Black with #118F75

Text Example


Text Example

White with #118F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118F75; }

 p { color: rgb(17,143,117); }

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

background-color css

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

 a { background-color: rgb(17,143,117); }

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

border-color css

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

 span { border-color: rgb(17,143,117); }

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