Html Css Color HEX #117076 Allports

📋 copy color: '#117076'

red 17 ◦ green 112 ◦ blue 118

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

Shades of Allports #117076

Tints of Allports #117076

RGB

 RED value IS 17 (7.03% from 255) = 6.88%

 GREEN value IS 112 (44.14% from 255) = 45.34%

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

R = 6.88%
G = 45.34%
B = 47.77%

CMYK

 C value IS 0.86

 M value IS 0.05

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#117076 (or 0x117076) is known color: Allports. HEX triplet: 11, 70 and 76. RGB value is (17,112,118). Sum of RGB (Red+Green+Blue) = 17+112+118=247 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.88% from 247); Green value is 112 (44.14% from 255 or 45.34% from 247); Blue value is 118 (46.48% from 255 or 47.77% from 247); Max value from RGB is 118 - color contains mainly: blue. Hex color #117076 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117076 is #EE8F89. Grayscale: #545454. Windows color (decimal): -15634314 or 7761937. OLE color: 7761937.

HSL color Cylindrical-coordinate representation of color #117076: hue angle of 183.56º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117076 is Cyan = 0.86, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 17 112 118 -
CMYK 0.86 0.05 0 0.54
HSL 183.56º 0.75% 0.26% -
HSV(B) 183.56º 0.86% 0.46% -
XYZ 9.3 13.02 19.16 -
YUV 84.28 147.03 80.01 -
System Red Green Blue C M Y K H S L
Decimal 17 112 118 0.86 0.05 0 0.54 183.56 0.75 0.26
Hex 11 70 76 56 5 0 36 B8 4B 1A
Octal 21 160 166 126 5 0 66 270 113 32
Binary 10001 1110000 1110110 1010110 101 0 110110 10111000 1001011 11010

Color Harmonies of #117076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117076

Black with #117076

Text Example


Text Example

White with #117076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117076; }

 p { color: rgb(17,112,118); }

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

background-color css

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

 a { background-color: rgb(17,112,118); }

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

border-color css

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

 span { border-color: rgb(17,112,118); }

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