Shades of Oxley #67A080
Tints of Oxley #67A080
RGB
CMYK
RGB Variations
Color information
#67A080 (or 0x67A080) is known color: Oxley. HEX triplet: 67, A0 and 80. RGB value is (103,160,128). Sum of RGB (Red+Green+Blue) = 103+160+128=391 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.34% from 391); Green value is 160 (62.89% from 255 or 40.92% from 391); Blue value is 128 (50.39% from 255 or 32.74% from 391); Max value from RGB is 160 - color contains mainly: green. Hex color #67A080 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67A080 is #985F7F. Grayscale: #8B8B8B. Windows color (decimal): -9985920 or 8429671. OLE color: 8429671.
HSL color Cylindrical-coordinate representation of color #67A080: hue angle of 146.32º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #67A080 is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 103 | 160 | 128 | - |
| CMYK | 0.36 | 0 | 0.20 | 0.37 |
| HSL | 146.32º | 0.23% | 0.52% | - |
| HSV(B) | 146.32º | 0.36% | 0.63% | - |
| XYZ | 22.06 | 29.58 | 24.97 | - |
| YUV | 139.31 | 121.62 | 102.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 160 | 128 | 0.36 | 0 | 0.20 | 0.37 | 146.32 | 0.23 | 0.52 |
| Hex | 67 | A0 | 80 | 24 | 0 | 14 | 25 | 92 | 17 | 34 |
| Octal | 147 | 240 | 200 | 44 | 0 | 24 | 45 | 222 | 27 | 64 |
| Binary | 1100111 | 10100000 | 10000000 | 100100 | 0 | 10100 | 100101 | 10010010 | 10111 | 110100 |
Color Harmonies of #67A080
Complementary color
Monochromatic Colors of #67A080
Black with #67A080
Text Example
Text Example
White with #67A080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A080; }
p { color: rgb(103,160,128); }
H1.HeaderClassName
{
color: #67A080;
}
.AnyTagClassName
{
color: #67A080;
}
</style>
background-color css
<style>
a { background-color: #67A080; }
a { background-color: rgb(103,160,128); }
div.DivClassName
{
background-color: #67A080;
}
.BgClassName
{
background-color: #67A080;
}
</style>
border-color css
<style>
span { border-color: #67A080; }
span { border-color: rgb(103,160,128); }
td.TdClassName
{
border-color: #67A080;
}
.TagClassName
{
border-color: #67A080;
}
</style>