Html Css Color HEX #139768 Elf Green

📋 copy color: '#139768'

red 19 ◦ green 151 ◦ blue 104

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

Shades of Elf Green #139768

Tints of Elf Green #139768

RGB

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

 GREEN value IS 151 (59.38% from 255) = 55.11%

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

R = 6.93%
G = 55.11%
B = 37.96%

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

#139768 (or 0x139768) is known color: Elf Green. HEX triplet: 13, 97 and 68. RGB value is (19,151,104). Sum of RGB (Red+Green+Blue) = 19+151+104=274 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.93% from 274); Green value is 151 (59.38% from 255 or 55.11% from 274); Blue value is 104 (41.02% from 255 or 37.96% from 274); Max value from RGB is 151 - color contains mainly: green. Hex color #139768 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139768 is #EC6897. Grayscale: #6A6A6A. Windows color (decimal): -15493272 or 6854419. OLE color: 6854419.

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

Color convert

RGB 19 151 104 -
CMYK 0.87 0 0.31 0.41
HSL 158.64º 0.78% 0.33% -
HSV(B) 158.64º 0.87% 0.59% -
XYZ 13.83 23.27 16.86 -
YUV 106.17 126.77 65.82 -
System Red Green Blue C M Y K H S L
Decimal 19 151 104 0.87 0 0.31 0.41 158.64 0.78 0.33
Hex 13 97 68 57 0 1F 29 9F 4E 21
Octal 23 227 150 127 0 37 51 237 116 41
Binary 10011 10010111 1101000 1010111 0 11111 101001 10011111 1001110 100001

Color Harmonies of #139768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139768

Black with #139768

Text Example


Text Example

White with #139768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139768; }

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

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

background-color css

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

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

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

border-color css

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

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

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