Html Css Color HEX #136C76 Allports

📋 copy color: '#136C76'

red 19 ◦ green 108 ◦ blue 118

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

Shades of Allports #136C76

Tints of Allports #136C76

RGB

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

 GREEN value IS 108 (42.58% from 255) = 44.08%

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

R = 7.76%
G = 44.08%
B = 48.16%

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

#136C76 (or 0x136C76) is known color: Allports. HEX triplet: 13, 6C and 76. RGB value is (19,108,118). Sum of RGB (Red+Green+Blue) = 19+108+118=245 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.76% from 245); Green value is 108 (42.58% from 255 or 44.08% from 245); Blue value is 118 (46.48% from 255 or 48.16% from 245); Max value from RGB is 118 - color contains mainly: blue. Hex color #136C76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136C76 is #EC9389. Grayscale: #525252. Windows color (decimal): -15504266 or 7760915. OLE color: 7760915.

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

Color convert

RGB 19 108 118 -
CMYK 0.84 0.08 0 0.54
HSL 186.06º 0.72% 0.27% -
HSV(B) 186.06º 0.84% 0.46% -
XYZ 8.9 12.17 19.02 -
YUV 82.53 148.01 82.69 -
System Red Green Blue C M Y K H S L
Decimal 19 108 118 0.84 0.08 0 0.54 186.06 0.72 0.27
Hex 13 6C 76 54 8 0 36 BA 48 1B
Octal 23 154 166 124 10 0 66 272 110 33
Binary 10011 1101100 1110110 1010100 1000 0 110110 10111010 1001000 11011

Color Harmonies of #136C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136C76

Black with #136C76

Text Example


Text Example

White with #136C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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