#0F697F

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

Shades of Allports #0F697F

Tints of Allports #0F697F

Color information

#0F697F (or 0x0F697F) is unknown color: approx Allports. HEX triplet: 0F, 69 and 7F. RGB value is (15,105,127). Sum of RGB (Red+Green+Blue) = 15+105+127=247 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.07% from 247); Green value is 105 (41.41% from 255 or 42.51% from 247); Blue value is 127 (50% from 255 or 51.42% from 247); Max value from RGB is 127 - color contains mainly: blue. Hex color #0F697F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F697F is #F09680. Grayscale: #505050. Windows color (decimal): -15767169 or 8349967. OLE color: 8349967.

HSL color Cylindrical-coordinate representation of color #0F697F: hue angle of 191.79º 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 #0F697F is Cyan = 0.88, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB15105127-
CMYK0.880.1700.50
HSL191.79º78.87%27.84%-
HSV(B)191.79º88.19%49.8%-
XYZ9.0811.7421.87-
YUV80.6154.1881.21-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.07%
GREEN value IS 105 (41.41% from 255) = 42.51%
BLUE value IS 127 (50% from 255) = 51.42%
R=6.07%
G=42.51%
B=51.42%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal151051270.880.1700.50191.7978.8727.84
HexF697F5811032c04f1c
Octal171511771302106230011734
Binary111111010011111111101100010001011001011000000100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F697F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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