Html Css Color HEX #138B76 Elf Green

📋 copy color: '#138B76'

red 19 ◦ green 139 ◦ blue 118

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

Shades of Elf Green #138B76

Tints of Elf Green #138B76

RGB

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

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

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

R = 6.88%
G = 50.36%
B = 42.75%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.15

 K value IS 0.45

RGB Variations

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

Color information

#138B76 (or 0x138B76) is known color: Elf Green. HEX triplet: 13, 8B and 76. RGB value is (19,139,118). Sum of RGB (Red+Green+Blue) = 19+139+118=276 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.88% from 276); Green value is 139 (54.69% from 255 or 50.36% from 276); Blue value is 118 (46.48% from 255 or 42.75% from 276); Max value from RGB is 139 - color contains mainly: green. Hex color #138B76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138B76 is #EC7489. Grayscale: #646464. Windows color (decimal): -15496330 or 7768851. OLE color: 7768851.

HSL color Cylindrical-coordinate representation of color #138B76: hue angle of 169.5º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138B76 is Cyan = 0.86, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.45.

Color convert

RGB 19 139 118 -
CMYK 0.86 0 0.15 0.45
HSL 169.5º 0.76% 0.31% -
HSV(B) 169.5º 0.86% 0.55% -
XYZ 12.77 19.91 20.31 -
YUV 100.73 137.74 69.71 -
System Red Green Blue C M Y K H S L
Decimal 19 139 118 0.86 0 0.15 0.45 169.5 0.76 0.31
Hex 13 8B 76 56 0 F 2D AA 4C 1F
Octal 23 213 166 126 0 17 55 252 114 37
Binary 10011 10001011 1110110 1010110 0 1111 101101 10101010 1001100 11111

Color Harmonies of #138B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138B76

Black with #138B76

Text Example


Text Example

White with #138B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138B76; }

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

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

background-color css

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

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

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

border-color css

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

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

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