Html Css Color HEX #138779 Elf Green

📋 copy color: '#138779'

red 19 ◦ green 135 ◦ blue 121

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

Shades of Elf Green #138779

Tints of Elf Green #138779

RGB

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

 GREEN value IS 135 (53.13% from 255) = 49.09%

 BLUE value IS 121 (47.66% from 255) = 44%

R = 6.91%
G = 49.09%
B = 44%

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

#138779 (or 0x138779) is known color: Elf Green. HEX triplet: 13, 87 and 79. RGB value is (19,135,121). Sum of RGB (Red+Green+Blue) = 19+135+121=275 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.91% from 275); Green value is 135 (53.12% from 255 or 49.09% from 275); Blue value is 121 (47.66% from 255 or 44% from 275); Max value from RGB is 135 - color contains mainly: green. Hex color #138779 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138779 is #EC7886. Grayscale: #626262. Windows color (decimal): -15497351 or 7964435. OLE color: 7964435.

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

Color convert

RGB 19 135 121 -
CMYK 0.86 0 0.10 0.47
HSL 172.76º 0.75% 0.3% -
HSV(B) 172.76º 0.86% 0.53% -
XYZ 12.38 18.85 21.07 -
YUV 98.72 140.57 71.14 -
System Red Green Blue C M Y K H S L
Decimal 19 135 121 0.86 0 0.10 0.47 172.76 0.75 0.3
Hex 13 87 79 56 0 A 2F AD 4B 1E
Octal 23 207 171 126 0 12 57 255 113 36
Binary 10011 10000111 1111001 1010110 0 1010 101111 10101101 1001011 11110

Color Harmonies of #138779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138779

Black with #138779

Text Example


Text Example

White with #138779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138779; }

 p { color: rgb(19,135,121); }

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

background-color css

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

 a { background-color: rgb(19,135,121); }

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

border-color css

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

 span { border-color: rgb(19,135,121); }

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