Html Css Color HEX #118975 Elf Green

📋 copy color: '#118975'

red 17 ◦ green 137 ◦ blue 117

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

Shades of Elf Green #118975

Tints of Elf Green #118975

RGB

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

 GREEN value IS 137 (53.91% from 255) = 50.55%

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

R = 6.27%
G = 50.55%
B = 43.17%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#118975 (or 0x118975) is known color: Elf Green. HEX triplet: 11, 89 and 75. RGB value is (17,137,117). Sum of RGB (Red+Green+Blue) = 17+137+117=271 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.27% from 271); Green value is 137 (53.91% from 255 or 50.55% from 271); Blue value is 117 (46.09% from 255 or 43.17% from 271); Max value from RGB is 137 - color contains mainly: green. Hex color #118975 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118975 is #EE768A. Grayscale: #626262. Windows color (decimal): -15627915 or 7702801. OLE color: 7702801.

HSL color Cylindrical-coordinate representation of color #118975: hue angle of 170º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118975 is Cyan = 0.88, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB 17 137 117 -
CMYK 0.88 0 0.15 0.46
HSL 170º 0.78% 0.3% -
HSV(B) 170º 0.88% 0.54% -
XYZ 12.39 19.29 19.9 -
YUV 98.84 138.24 69.63 -
System Red Green Blue C M Y K H S L
Decimal 17 137 117 0.88 0 0.15 0.46 170 0.78 0.3
Hex 11 89 75 58 0 F 2E AA 4E 1E
Octal 21 211 165 130 0 17 56 252 116 36
Binary 10001 10001001 1110101 1011000 0 1111 101110 10101010 1001110 11110

Color Harmonies of #118975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118975

Black with #118975

Text Example


Text Example

White with #118975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118975; }

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

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

background-color css

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

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

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

border-color css

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

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

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