Html Css Color HEX #139668 Elf Green

📋 copy color: '#139668'

red 19 ◦ green 150 ◦ blue 104

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

Shades of Elf Green #139668

Tints of Elf Green #139668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 38.1%

R = 6.96%
G = 54.95%
B = 38.1%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#139668 (or 0x139668) is known color: Elf Green. HEX triplet: 13, 96 and 68. RGB value is (19,150,104). Sum of RGB (Red+Green+Blue) = 19+150+104=273 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.96% from 273); Green value is 150 (58.98% from 255 or 54.95% from 273); Blue value is 104 (41.02% from 255 or 38.10% from 273); Max value from RGB is 150 - color contains mainly: green. Hex color #139668 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139668 is #EC6997. Grayscale: #696969. Windows color (decimal): -15493528 or 6854163. OLE color: 6854163.

HSL color Cylindrical-coordinate representation of color #139668: hue angle of 158.93º 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 #139668 is Cyan = 0.87, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB 19 150 104 -
CMYK 0.87 0 0.31 0.41
HSL 158.93º 0.78% 0.33% -
HSV(B) 158.93º 0.87% 0.59% -
XYZ 13.67 22.95 16.81 -
YUV 105.59 127.1 66.24 -
System Red Green Blue C M Y K H S L
Decimal 19 150 104 0.87 0 0.31 0.41 158.93 0.78 0.33
Hex 13 96 68 57 0 1F 29 9F 4E 21
Octal 23 226 150 127 0 37 51 237 116 41
Binary 10011 10010110 1101000 1010111 0 11111 101001 10011111 1001110 100001

Color Harmonies of #139668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139668

Black with #139668

Text Example


Text Example

White with #139668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139668; }

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

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

background-color css

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

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

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

border-color css

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

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

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