#0F717F

Color #0F717F Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #0F717F

Tints of Allports #0F717F

Color information

#0F717F (or 0x0F717F) is unknown color: approx Allports. HEX triplet: 0F, 71 and 7F. RGB value is (15,113,127). Sum of RGB (Red+Green+Blue) = 15+113+127=255 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.88% from 255); Green value is 113 (44.53% from 255 or 44.31% from 255); Blue value is 127 (50% from 255 or 49.80% from 255); Max value from RGB is 127 - color contains mainly: blue. Hex color #0F717F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F717F is #F08E80. Grayscale: #555555. Windows color (decimal): -15765121 or 8352015. OLE color: 8352015.

HSL color Cylindrical-coordinate representation of color #0F717F: hue angle of 187.5º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F717F is Cyan = 0.88, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB15113127-
CMYK0.880.1100.50
HSL187.5º78.87%27.84%-
HSV(B)187.5º88.19%49.8%-
XYZ9.9313.4422.15-
YUV85.29151.5377.86-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.88%
GREEN value IS 113 (44.53% from 255) = 44.31%
BLUE value IS 127 (50% from 255) = 49.80%
R=5.88%
G=44.31%
B=49.80%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal151131270.880.1100.50187.578.8727.84
HexF717F58B032bc4f1c
Octal171611771301306227411734
Binary11111110001111111110110001011011001010111100100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F717F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F717F; }

 p { color: rgb(15,113,127); }

 H1.HeaderClassName
 {
   color: #0F717F;
 }
 .AnyTagClassName
 {
   color: #0F717F;
 }
</style>
background-color css

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

 a { background-color: rgb(15,113,127); }

 div.DivClassName
 {
   background-color: #0F717F;
 }
 .BgClassName
 {
   background-color: #0F717F;
 }
</style>
border-color css

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

 span { border-color: rgb(15,113,127); }

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