Html Css Color HEX #139675 Elf Green

📋 copy color: '#139675'

red 19 ◦ green 150 ◦ blue 117

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

Shades of Elf Green #139675

Tints of Elf Green #139675

RGB

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

 GREEN value IS 150 (58.98% from 255) = 52.45%

 BLUE value IS 117 (46.09% from 255) = 40.91%

R = 6.64%
G = 52.45%
B = 40.91%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#139675 (or 0x139675) is known color: Elf Green. HEX triplet: 13, 96 and 75. RGB value is (19,150,117). Sum of RGB (Red+Green+Blue) = 19+150+117=286 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.64% from 286); Green value is 150 (58.98% from 255 or 52.45% from 286); Blue value is 117 (46.09% from 255 or 40.91% from 286); Max value from RGB is 150 - color contains mainly: green. Hex color #139675 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139675 is #EC698A. Grayscale: #6B6B6B. Windows color (decimal): -15493515 or 7706131. OLE color: 7706131.

HSL color Cylindrical-coordinate representation of color #139675: hue angle of 164.89º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139675 is Cyan = 0.87, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.41.

Color convert

RGB 19 150 117 -
CMYK 0.87 0 0.22 0.41
HSL 164.89º 0.78% 0.33% -
HSV(B) 164.89º 0.87% 0.59% -
XYZ 14.39 23.24 20.56 -
YUV 107.07 133.6 65.18 -
System Red Green Blue C M Y K H S L
Decimal 19 150 117 0.87 0 0.22 0.41 164.89 0.78 0.33
Hex 13 96 75 57 0 16 29 A5 4E 21
Octal 23 226 165 127 0 26 51 245 116 41
Binary 10011 10010110 1110101 1010111 0 10110 101001 10100101 1001110 100001

Color Harmonies of #139675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139675

Black with #139675

Text Example


Text Example

White with #139675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139675; }

 p { color: rgb(19,150,117); }

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

background-color css

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

 a { background-color: rgb(19,150,117); }

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

border-color css

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

 span { border-color: rgb(19,150,117); }

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