Html Css Color HEX #118B65 Elf Green

📋 copy color: '#118B65'

red 17 ◦ green 139 ◦ blue 101

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

Shades of Elf Green #118B65

Tints of Elf Green #118B65

RGB

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

 GREEN value IS 139 (54.69% from 255) = 54.09%

 BLUE value IS 101 (39.84% from 255) = 39.3%

R = 6.61%
G = 54.09%
B = 39.3%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.27

 K value IS 0.45

RGB Variations

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

Color information

#118B65 (or 0x118B65) is known color: Elf Green. HEX triplet: 11, 8B and 65. RGB value is (17,139,101). Sum of RGB (Red+Green+Blue) = 17+139+101=257 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.61% from 257); Green value is 139 (54.69% from 255 or 54.09% from 257); Blue value is 101 (39.84% from 255 or 39.30% from 257); Max value from RGB is 139 - color contains mainly: green. Hex color #118B65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118B65 is #EE749A. Grayscale: #626262. Windows color (decimal): -15627419 or 6654737. OLE color: 6654737.

HSL color Cylindrical-coordinate representation of color #118B65: hue angle of 161.31º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118B65 is Cyan = 0.88, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB 17 139 101 -
CMYK 0.88 0 0.27 0.45
HSL 161.31º 0.78% 0.31% -
HSV(B) 161.31º 0.88% 0.55% -
XYZ 11.81 19.52 15.46 -
YUV 98.19 129.58 70.09 -
System Red Green Blue C M Y K H S L
Decimal 17 139 101 0.88 0 0.27 0.45 161.31 0.78 0.31
Hex 11 8B 65 58 0 1B 2D A1 4E 1F
Octal 21 213 145 130 0 33 55 241 116 37
Binary 10001 10001011 1100101 1011000 0 11011 101101 10100001 1001110 11111

Color Harmonies of #118B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118B65

Black with #118B65

Text Example


Text Example

White with #118B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,139,101); }

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

background-color css

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

 a { background-color: rgb(17,139,101); }

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

border-color css

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

 span { border-color: rgb(17,139,101); }

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