Shades of Oxley #67A079
Tints of Oxley #67A079
RGB
CMYK
RGB Variations
Color information
#67A079 (or 0x67A079) is known color: Oxley. HEX triplet: 67, A0 and 79. RGB value is (103,160,121). Sum of RGB (Red+Green+Blue) = 103+160+121=384 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.82% from 384); Green value is 160 (62.89% from 255 or 41.67% from 384); Blue value is 121 (47.66% from 255 or 31.51% from 384); Max value from RGB is 160 - color contains mainly: green. Hex color #67A079 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67A079 is #985F86. Grayscale: #8A8A8A. Windows color (decimal): -9985927 or 7970919. OLE color: 7970919.
HSL color Cylindrical-coordinate representation of color #67A079: hue angle of 138.95º 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 #67A079 is Cyan = 0.36, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 103 | 160 | 121 | - |
| CMYK | 0.36 | 0 | 0.24 | 0.37 |
| HSL | 138.95º | 0.23% | 0.52% | - |
| HSV(B) | 138.95º | 0.36% | 0.63% | - |
| XYZ | 21.62 | 29.41 | 22.63 | - |
| YUV | 138.51 | 118.12 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 160 | 121 | 0.36 | 0 | 0.24 | 0.37 | 138.95 | 0.23 | 0.52 |
| Hex | 67 | A0 | 79 | 24 | 0 | 18 | 25 | 8B | 17 | 34 |
| Octal | 147 | 240 | 171 | 44 | 0 | 30 | 45 | 213 | 27 | 64 |
| Binary | 1100111 | 10100000 | 1111001 | 100100 | 0 | 11000 | 100101 | 10001011 | 10111 | 110100 |
Color Harmonies of #67A079
Complementary color
Monochromatic Colors of #67A079
Black with #67A079
Text Example
Text Example
White with #67A079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A079; }
p { color: rgb(103,160,121); }
H1.HeaderClassName
{
color: #67A079;
}
.AnyTagClassName
{
color: #67A079;
}
</style>
background-color css
<style>
a { background-color: #67A079; }
a { background-color: rgb(103,160,121); }
div.DivClassName
{
background-color: #67A079;
}
.BgClassName
{
background-color: #67A079;
}
</style>
border-color css
<style>
span { border-color: #67A079; }
span { border-color: rgb(103,160,121); }
td.TdClassName
{
border-color: #67A079;
}
.TagClassName
{
border-color: #67A079;
}
</style>