Html Css Color HEX #138678 Elf Green

📋 copy color: '#138678'

red 19 ◦ green 134 ◦ blue 120

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

Shades of Elf Green #138678

Tints of Elf Green #138678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 43.96%

R = 6.96%
G = 49.08%
B = 43.96%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#138678 (or 0x138678) is known color: Elf Green. HEX triplet: 13, 86 and 78. RGB value is (19,134,120). Sum of RGB (Red+Green+Blue) = 19+134+120=273 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.96% from 273); Green value is 134 (52.73% from 255 or 49.08% from 273); Blue value is 120 (47.27% from 255 or 43.96% from 273); Max value from RGB is 134 - color contains mainly: green. Hex color #138678 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138678 is #EC7987. Grayscale: #616161. Windows color (decimal): -15497608 or 7898643. OLE color: 7898643.

HSL color Cylindrical-coordinate representation of color #138678: hue angle of 172.7º 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 #138678 is Cyan = 0.86, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 134 120 -
CMYK 0.86 0 0.10 0.47
HSL 172.7º 0.75% 0.3% -
HSV(B) 172.7º 0.86% 0.53% -
XYZ 12.18 18.54 20.71 -
YUV 98.02 140.4 71.64 -
System Red Green Blue C M Y K H S L
Decimal 19 134 120 0.86 0 0.10 0.47 172.7 0.75 0.3
Hex 13 86 78 56 0 A 2F AD 4B 1E
Octal 23 206 170 126 0 12 57 255 113 36
Binary 10011 10000110 1111000 1010110 0 1010 101111 10101101 1001011 11110

Color Harmonies of #138678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138678

Black with #138678

Text Example


Text Example

White with #138678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138678; }

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

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

background-color css

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

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

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

border-color css

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

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

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