#0D677B

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

Shades of Allports #0D677B

Tints of Allports #0D677B

Color information

#0D677B (or 0x0D677B) is unknown color: approx Allports. HEX triplet: 0D, 67 and 7B. RGB value is (13,103,123). Sum of RGB (Red+Green+Blue) = 13+103+123=239 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.44% from 239); Green value is 103 (40.62% from 255 or 43.10% from 239); Blue value is 123 (48.44% from 255 or 51.46% from 239); Max value from RGB is 123 - color contains mainly: blue. Hex color #0D677B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D677B is #F29884. Grayscale: #4E4E4E. Windows color (decimal): -15898757 or 8087309. OLE color: 8087309.

HSL color Cylindrical-coordinate representation of color #0D677B: hue angle of 190.91º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D677B is Cyan = 0.89, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB13103123-
CMYK0.890.1600.52
HSL190.91º80.88%26.67%-
HSV(B)190.91º89.43%48.24%-
XYZ8.5911.2220.45-
YUV78.37153.1881.37-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.44%
GREEN value IS 103 (40.62% from 255) = 43.10%
BLUE value IS 123 (48.44% from 255) = 51.46%
R=5.44%
G=43.10%
B=51.46%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal131031230.890.1600.52190.9180.8826.67
HexD677B5910034bf511b
Octal151471731312006427712133
Binary110111001111111011101100110000011010010111111101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D677B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,103,123); }

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

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

 a { background-color: rgb(13,103,123); }

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

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

 span { border-color: rgb(13,103,123); }

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