#138b77

Color #138B77 Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #138B77

Tints of Elf Green #138B77

Color information

#138B77 (or 0x138B77) is unknown color: approx Elf Green. HEX triplet: 13, 8B and 77. RGB value is (19,139,119). Sum of RGB (Red+Green+Blue) = 19+139+119=277 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.86% from 277); Green value is 139 (54.69% from 255 or 50.18% from 277); Blue value is 119 (46.88% from 255 or 42.96% from 277); Max value from RGB is 139 - color contains mainly: green. Hex color #138B77 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138B77 is #EC7488. Grayscale: #646464. Windows color (decimal): -15496329 or 7834387. OLE color: 7834387.

HSL color Cylindrical-coordinate representation of color #138B77: hue angle of 170º 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 #138B77 is Cyan = 0.86, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB19139119-
CMYK0.8600.140.45
HSL170º75.95%30.98%-
HSV(B)170º86.33%54.51%-
XYZ12.8319.9420.62-
YUV100.84138.2469.63-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.86%
GREEN value IS 139 (54.69% from 255) = 50.18%
BLUE value IS 119 (46.88% from 255) = 42.96%
R=6.86%
G=50.18%
B=42.96%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal191391190.8600.140.4517075.9530.98
Hex138B77560E2Daa4c1f
Octal232131671260165525211437
Binary1001110001011111011110101100111010110110101010100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138b77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #138b77;
 }
 .AnyTagClassName
 {
   color: #138b77;
 }
</style>
background-color css

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

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

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

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

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

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