Html Css Color HEX #138676 Elf Green

📋 copy color: '#138676'

red 19 ◦ green 134 ◦ blue 118

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

Shades of Elf Green #138676

Tints of Elf Green #138676

RGB

 RED value IS 19 (7.81% from 255) = 7.01%

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

 BLUE value IS 118 (46.48% from 255) = 43.54%

R = 7.01%
G = 49.45%
B = 43.54%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#138676 (or 0x138676) is known color: Elf Green. HEX triplet: 13, 86 and 76. RGB value is (19,134,118). Sum of RGB (Red+Green+Blue) = 19+134+118=271 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.01% from 271); Green value is 134 (52.73% from 255 or 49.45% from 271); Blue value is 118 (46.48% from 255 or 43.54% from 271); Max value from RGB is 134 - color contains mainly: green. Hex color #138676 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138676 is #EC7989. Grayscale: #616161. Windows color (decimal): -15497610 or 7767571. OLE color: 7767571.

HSL color Cylindrical-coordinate representation of color #138676: hue angle of 171.65º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138676 is Cyan = 0.86, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 134 118 -
CMYK 0.86 0 0.12 0.47
HSL 171.65º 0.75% 0.3% -
HSV(B) 171.65º 0.86% 0.53% -
XYZ 12.06 18.5 20.07 -
YUV 97.79 139.4 71.8 -
System Red Green Blue C M Y K H S L
Decimal 19 134 118 0.86 0 0.12 0.47 171.65 0.75 0.3
Hex 13 86 76 56 0 C 2F AC 4B 1E
Octal 23 206 166 126 0 14 57 254 113 36
Binary 10011 10000110 1110110 1010110 0 1100 101111 10101100 1001011 11110

Color Harmonies of #138676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138676

Black with #138676

Text Example


Text Example

White with #138676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138676; }

 p { color: rgb(19,134,118); }

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

background-color css

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

 a { background-color: rgb(19,134,118); }

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

border-color css

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

 span { border-color: rgb(19,134,118); }

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