Shades of Oxley #67967C
Tints of Oxley #67967C
RGB
CMYK
RGB Variations
Color information
#67967C (or 0x67967C) is known color: Oxley. HEX triplet: 67, 96 and 7C. RGB value is (103,150,124). Sum of RGB (Red+Green+Blue) = 103+150+124=377 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.32% from 377); Green value is 150 (58.98% from 255 or 39.79% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 150 - color contains mainly: green. Hex color #67967C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67967C is #986983. Grayscale: #858585. Windows color (decimal): -9988484 or 8164967. OLE color: 8164967.
HSL color Cylindrical-coordinate representation of color #67967C: hue angle of 146.81º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #67967C is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 103 | 150 | 124 | - |
| CMYK | 0.31 | 0 | 0.17 | 0.41 |
| HSL | 146.81º | 0.19% | 0.5% | - |
| HSV(B) | 146.81º | 0.31% | 0.59% | - |
| XYZ | 20.14 | 26.15 | 23.06 | - |
| YUV | 132.98 | 122.93 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 150 | 124 | 0.31 | 0 | 0.17 | 0.41 | 146.81 | 0.19 | 0.5 |
| Hex | 67 | 96 | 7C | 1F | 0 | 11 | 29 | 93 | 13 | 32 |
| Octal | 147 | 226 | 174 | 37 | 0 | 21 | 51 | 223 | 23 | 62 |
| Binary | 1100111 | 10010110 | 1111100 | 11111 | 0 | 10001 | 101001 | 10010011 | 10011 | 110010 |
Color Harmonies of #67967C
Complementary color
Monochromatic Colors of #67967C
Black with #67967C
Text Example
Text Example
White with #67967C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67967C; }
p { color: rgb(103,150,124); }
H1.HeaderClassName
{
color: #67967C;
}
.AnyTagClassName
{
color: #67967C;
}
</style>
background-color css
<style>
a { background-color: #67967C; }
a { background-color: rgb(103,150,124); }
div.DivClassName
{
background-color: #67967C;
}
.BgClassName
{
background-color: #67967C;
}
</style>
border-color css
<style>
span { border-color: #67967C; }
span { border-color: rgb(103,150,124); }
td.TdClassName
{
border-color: #67967C;
}
.TagClassName
{
border-color: #67967C;
}
</style>