Html Css Color HEX #118575 Elf Green

📋 copy color: '#118575'

red 17 ◦ green 133 ◦ blue 117

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

Shades of Elf Green #118575

Tints of Elf Green #118575

RGB

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

 GREEN value IS 133 (52.34% from 255) = 49.81%

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

R = 6.37%
G = 49.81%
B = 43.82%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#118575 (or 0x118575) is known color: Elf Green. HEX triplet: 11, 85 and 75. RGB value is (17,133,117). Sum of RGB (Red+Green+Blue) = 17+133+117=267 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.37% from 267); Green value is 133 (52.34% from 255 or 49.81% from 267); Blue value is 117 (46.09% from 255 or 43.82% from 267); Max value from RGB is 133 - color contains mainly: green. Hex color #118575 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118575 is #EE7A8A. Grayscale: #606060. Windows color (decimal): -15628939 or 7701777. OLE color: 7701777.

HSL color Cylindrical-coordinate representation of color #118575: hue angle of 171.72º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #118575 is Cyan = 0.87, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB 17 133 117 -
CMYK 0.87 0 0.12 0.48
HSL 171.72º 0.77% 0.29% -
HSV(B) 171.72º 0.87% 0.52% -
XYZ 11.83 18.18 19.71 -
YUV 96.49 139.57 71.3 -
System Red Green Blue C M Y K H S L
Decimal 17 133 117 0.87 0 0.12 0.48 171.72 0.77 0.29
Hex 11 85 75 57 0 C 30 AC 4D 1D
Octal 21 205 165 127 0 14 60 254 115 35
Binary 10001 10000101 1110101 1010111 0 1100 110000 10101100 1001101 11101

Color Harmonies of #118575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118575

Black with #118575

Text Example


Text Example

White with #118575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118575; }

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

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

background-color css

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

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

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

border-color css

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

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

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