Html Css Color HEX #138766 Elf Green

📋 copy color: '#138766'

red 19 ◦ green 135 ◦ blue 102

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

Shades of Elf Green #138766

Tints of Elf Green #138766

RGB

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

 GREEN value IS 135 (53.13% from 255) = 52.73%

 BLUE value IS 102 (40.23% from 255) = 39.84%

R = 7.42%
G = 52.73%
B = 39.84%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#138766 (or 0x138766) is known color: Elf Green. HEX triplet: 13, 87 and 66. RGB value is (19,135,102). Sum of RGB (Red+Green+Blue) = 19+135+102=256 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.42% from 256); Green value is 135 (53.12% from 255 or 52.73% from 256); Blue value is 102 (40.23% from 255 or 39.84% from 256); Max value from RGB is 135 - color contains mainly: green. Hex color #138766 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138766 is #EC7899. Grayscale: #606060. Windows color (decimal): -15497370 or 6719251. OLE color: 6719251.

HSL color Cylindrical-coordinate representation of color #138766: hue angle of 162.93º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138766 is Cyan = 0.86, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 135 102 -
CMYK 0.86 0 0.24 0.47
HSL 162.93º 0.75% 0.3% -
HSV(B) 162.93º 0.86% 0.53% -
XYZ 11.33 18.43 15.53 -
YUV 96.55 131.07 72.68 -
System Red Green Blue C M Y K H S L
Decimal 19 135 102 0.86 0 0.24 0.47 162.93 0.75 0.3
Hex 13 87 66 56 0 18 2F A3 4B 1E
Octal 23 207 146 126 0 30 57 243 113 36
Binary 10011 10000111 1100110 1010110 0 11000 101111 10100011 1001011 11110

Color Harmonies of #138766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138766

Black with #138766

Text Example


Text Example

White with #138766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138766; }

 p { color: rgb(19,135,102); }

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

background-color css

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

 a { background-color: rgb(19,135,102); }

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

border-color css

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

 span { border-color: rgb(19,135,102); }

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