Shades of Allports #0C677D
Tints of Allports #0C677D
RGB
CMYK
RGB Variations
Color information
#0C677D (or 0x0C677D) is known color: Allports. HEX triplet: 0C, 67 and 7D. RGB value is (12,103,125). Sum of RGB (Red+Green+Blue) = 12+103+125=240 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5% from 240); Green value is 103 (40.62% from 255 or 42.92% from 240); Blue value is 125 (49.22% from 255 or 52.08% from 240); Max value from RGB is 125 - color contains mainly: blue. Hex color #0C677D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C677D is #F39882. Grayscale: #4E4E4E. Windows color (decimal): -15964291 or 8218380. OLE color: 8218380.
HSL color Cylindrical-coordinate representation of color #0C677D: hue angle of 191.68º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C677D is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 12 | 103 | 125 | - |
| CMYK | 0.90 | 0.18 | 0 | 0.51 |
| HSL | 191.68º | 0.82% | 0.27% | - |
| HSV(B) | 191.68º | 0.9% | 0.49% | - |
| XYZ | 8.7 | 11.26 | 21.12 | - |
| YUV | 78.3 | 154.35 | 80.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 103 | 125 | 0.90 | 0.18 | 0 | 0.51 | 191.68 | 0.82 | 0.27 |
| Hex | C | 67 | 7D | 5A | 12 | 0 | 33 | C0 | 52 | 1B |
| Octal | 14 | 147 | 175 | 132 | 22 | 0 | 63 | 300 | 122 | 33 |
| Binary | 1100 | 1100111 | 1111101 | 1011010 | 10010 | 0 | 110011 | 11000000 | 1010010 | 11011 |
Color Harmonies of #0C677D
Complementary color
Monochromatic Colors of #0C677D
Black with #0C677D
Text Example
Text Example
White with #0C677D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C677D; }
p { color: rgb(12,103,125); }
H1.HeaderClassName
{
color: #0C677D;
}
.AnyTagClassName
{
color: #0C677D;
}
</style>
background-color css
<style>
a { background-color: #0C677D; }
a { background-color: rgb(12,103,125); }
div.DivClassName
{
background-color: #0C677D;
}
.BgClassName
{
background-color: #0C677D;
}
</style>
border-color css
<style>
span { border-color: #0C677D; }
span { border-color: rgb(12,103,125); }
td.TdClassName
{
border-color: #0C677D;
}
.TagClassName
{
border-color: #0C677D;
}
</style>