Html Css Color HEX #136B76 Allports

📋 copy color: '#136B76'

red 19 ◦ green 107 ◦ blue 118

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

Shades of Allports #136B76

Tints of Allports #136B76

RGB

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

 GREEN value IS 107 (42.19% from 255) = 43.85%

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

R = 7.79%
G = 43.85%
B = 48.36%

CMYK

 C value IS 0.84

 M value IS 0.09

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#136B76 (or 0x136B76) is known color: Allports. HEX triplet: 13, 6B and 76. RGB value is (19,107,118). Sum of RGB (Red+Green+Blue) = 19+107+118=244 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.79% from 244); Green value is 107 (42.19% from 255 or 43.85% from 244); Blue value is 118 (46.48% from 255 or 48.36% from 244); Max value from RGB is 118 - color contains mainly: blue. Hex color #136B76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136B76 is #EC9489. Grayscale: #515151. Windows color (decimal): -15504522 or 7760659. OLE color: 7760659.

HSL color Cylindrical-coordinate representation of color #136B76: hue angle of 186.67º 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 #136B76 is Cyan = 0.84, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 19 107 118 -
CMYK 0.84 0.09 0 0.54
HSL 186.67º 0.72% 0.27% -
HSV(B) 186.67º 0.84% 0.46% -
XYZ 8.8 11.96 18.98 -
YUV 81.94 148.35 83.11 -
System Red Green Blue C M Y K H S L
Decimal 19 107 118 0.84 0.09 0 0.54 186.67 0.72 0.27
Hex 13 6B 76 54 9 0 36 BB 48 1B
Octal 23 153 166 124 11 0 66 273 110 33
Binary 10011 1101011 1110110 1010100 1001 0 110110 10111011 1001000 11011

Color Harmonies of #136B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136B76

Black with #136B76

Text Example


Text Example

White with #136B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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