Html Css Color HEX #136D76 Allports

📋 copy color: '#136D76'

red 19 ◦ green 109 ◦ blue 118

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

Shades of Allports #136D76

Tints of Allports #136D76

RGB

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

 GREEN value IS 109 (42.97% from 255) = 44.31%

 BLUE value IS 118 (46.48% from 255) = 47.97%

R = 7.72%
G = 44.31%
B = 47.97%

CMYK

 C value IS 0.84

 M value IS 0.08

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#136D76 (or 0x136D76) is known color: Allports. HEX triplet: 13, 6D and 76. RGB value is (19,109,118). Sum of RGB (Red+Green+Blue) = 19+109+118=246 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.72% from 246); Green value is 109 (42.97% from 255 or 44.31% from 246); Blue value is 118 (46.48% from 255 or 47.97% from 246); Max value from RGB is 118 - color contains mainly: blue. Hex color #136D76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136D76 is #EC9289. Grayscale: #525252. Windows color (decimal): -15504010 or 7761171. OLE color: 7761171.

HSL color Cylindrical-coordinate representation of color #136D76: hue angle of 185.45º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #136D76 is Cyan = 0.84, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 19 109 118 -
CMYK 0.84 0.08 0 0.54
HSL 185.45º 0.72% 0.27% -
HSV(B) 185.45º 0.84% 0.46% -
XYZ 9.01 12.38 19.06 -
YUV 83.12 147.68 82.27 -
System Red Green Blue C M Y K H S L
Decimal 19 109 118 0.84 0.08 0 0.54 185.45 0.72 0.27
Hex 13 6D 76 54 8 0 36 B9 48 1B
Octal 23 155 166 124 10 0 66 271 110 33
Binary 10011 1101101 1110110 1010100 1000 0 110110 10111001 1001000 11011

Color Harmonies of #136D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136D76

Black with #136D76

Text Example


Text Example

White with #136D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136D76; }

 p { color: rgb(19,109,118); }

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

background-color css

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

 a { background-color: rgb(19,109,118); }

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

border-color css

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

 span { border-color: rgb(19,109,118); }

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