Html Css Color HEX #138B75 Elf Green

📋 copy color: '#138B75'

red 19 ◦ green 139 ◦ blue 117

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

Shades of Elf Green #138B75

Tints of Elf Green #138B75

RGB

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

 GREEN value IS 139 (54.69% from 255) = 50.55%

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

R = 6.91%
G = 50.55%
B = 42.55%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#138B75 (or 0x138B75) is known color: Elf Green. HEX triplet: 13, 8B and 75. RGB value is (19,139,117). Sum of RGB (Red+Green+Blue) = 19+139+117=275 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.91% from 275); Green value is 139 (54.69% from 255 or 50.55% from 275); Blue value is 117 (46.09% from 255 or 42.55% from 275); Max value from RGB is 139 - color contains mainly: green. Hex color #138B75 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138B75 is #EC748A. Grayscale: #646464. Windows color (decimal): -15496331 or 7703315. OLE color: 7703315.

HSL color Cylindrical-coordinate representation of color #138B75: hue angle of 169º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138B75 is Cyan = 0.86, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB 19 139 117 -
CMYK 0.86 0 0.16 0.45
HSL 169º 0.76% 0.31% -
HSV(B) 169º 0.86% 0.55% -
XYZ 12.71 19.89 20 -
YUV 100.61 137.24 69.79 -
System Red Green Blue C M Y K H S L
Decimal 19 139 117 0.86 0 0.16 0.45 169 0.76 0.31
Hex 13 8B 75 56 0 10 2D A9 4C 1F
Octal 23 213 165 126 0 20 55 251 114 37
Binary 10011 10001011 1110101 1010110 0 10000 101101 10101001 1001100 11111

Color Harmonies of #138B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138B75

Black with #138B75

Text Example


Text Example

White with #138B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138B75; }

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

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

background-color css

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

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

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

border-color css

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

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

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