Html Css Color HEX #139068 Elf Green

📋 copy color: '#139068'

red 19 ◦ green 144 ◦ blue 104

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

Shades of Elf Green #139068

Tints of Elf Green #139068

RGB

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

 GREEN value IS 144 (56.64% from 255) = 53.93%

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

R = 7.12%
G = 53.93%
B = 38.95%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.28

 K value IS 0.44

RGB Variations

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

Color information

#139068 (or 0x139068) is known color: Elf Green. HEX triplet: 13, 90 and 68. RGB value is (19,144,104). Sum of RGB (Red+Green+Blue) = 19+144+104=267 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.12% from 267); Green value is 144 (56.64% from 255 or 53.93% from 267); Blue value is 104 (41.02% from 255 or 38.95% from 267); Max value from RGB is 144 - color contains mainly: green. Hex color #139068 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139068 is #EC6F97. Grayscale: #666666. Windows color (decimal): -15495064 or 6852627. OLE color: 6852627.

HSL color Cylindrical-coordinate representation of color #139068: hue angle of 160.8º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139068 is Cyan = 0.87, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.44.

Color convert

RGB 19 144 104 -
CMYK 0.87 0 0.28 0.44
HSL 160.8º 0.77% 0.32% -
HSV(B) 160.8º 0.87% 0.56% -
XYZ 12.74 21.08 16.49 -
YUV 102.07 129.09 68.75 -
System Red Green Blue C M Y K H S L
Decimal 19 144 104 0.87 0 0.28 0.44 160.8 0.77 0.32
Hex 13 90 68 57 0 1C 2C A1 4D 20
Octal 23 220 150 127 0 34 54 241 115 40
Binary 10011 10010000 1101000 1010111 0 11100 101100 10100001 1001101 100000

Color Harmonies of #139068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139068

Black with #139068

Text Example


Text Example

White with #139068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139068; }

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

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

background-color css

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

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

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

border-color css

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

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

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