Html Css Color HEX #136F76 Allports

📋 copy color: '#136F76'

red 19 ◦ green 111 ◦ blue 118

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

Shades of Allports #136F76

Tints of Allports #136F76

RGB

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

 GREEN value IS 111 (43.75% from 255) = 44.76%

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

R = 7.66%
G = 44.76%
B = 47.58%

CMYK

 C value IS 0.84

 M value IS 0.06

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#136F76 (or 0x136F76) is known color: Allports. HEX triplet: 13, 6F and 76. RGB value is (19,111,118). Sum of RGB (Red+Green+Blue) = 19+111+118=248 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.66% from 248); Green value is 111 (43.75% from 255 or 44.76% from 248); Blue value is 118 (46.48% from 255 or 47.58% from 248); Max value from RGB is 118 - color contains mainly: blue. Hex color #136F76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136F76 is #EC9089. Grayscale: #545454. Windows color (decimal): -15503498 or 7761683. OLE color: 7761683.

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

Color convert

RGB 19 111 118 -
CMYK 0.84 0.06 0 0.54
HSL 184.24º 0.72% 0.27% -
HSV(B) 184.24º 0.84% 0.46% -
XYZ 9.22 12.82 19.13 -
YUV 84.29 147.02 81.43 -
System Red Green Blue C M Y K H S L
Decimal 19 111 118 0.84 0.06 0 0.54 184.24 0.72 0.27
Hex 13 6F 76 54 6 0 36 B8 48 1B
Octal 23 157 166 124 6 0 66 270 110 33
Binary 10011 1101111 1110110 1010100 110 0 110110 10111000 1001000 11011

Color Harmonies of #136F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136F76

Black with #136F76

Text Example


Text Example

White with #136F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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