Shades of Oxley #67987C
Tints of Oxley #67987C
RGB
CMYK
RGB Variations
Color information
#67987C (or 0x67987C) is known color: Oxley. HEX triplet: 67, 98 and 7C. RGB value is (103,152,124). Sum of RGB (Red+Green+Blue) = 103+152+124=379 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.18% from 379); Green value is 152 (59.77% from 255 or 40.11% from 379); Blue value is 124 (48.83% from 255 or 32.72% from 379); Max value from RGB is 152 - color contains mainly: green. Hex color #67987C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67987C is #986783. Grayscale: #868686. Windows color (decimal): -9987972 or 8165479. OLE color: 8165479.
HSL color Cylindrical-coordinate representation of color #67987C: hue angle of 145.71º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #67987C is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 103 | 152 | 124 | - |
| CMYK | 0.32 | 0 | 0.18 | 0.40 |
| HSL | 145.71º | 0.19% | 0.5% | - |
| HSV(B) | 145.71º | 0.32% | 0.6% | - |
| XYZ | 20.46 | 26.8 | 23.16 | - |
| YUV | 134.16 | 122.27 | 105.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 152 | 124 | 0.32 | 0 | 0.18 | 0.40 | 145.71 | 0.19 | 0.5 |
| Hex | 67 | 98 | 7C | 20 | 0 | 12 | 28 | 92 | 13 | 32 |
| Octal | 147 | 230 | 174 | 40 | 0 | 22 | 50 | 222 | 23 | 62 |
| Binary | 1100111 | 10011000 | 1111100 | 100000 | 0 | 10010 | 101000 | 10010010 | 10011 | 110010 |
Color Harmonies of #67987C
Complementary color
Monochromatic Colors of #67987C
Black with #67987C
Text Example
Text Example
White with #67987C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67987C; }
p { color: rgb(103,152,124); }
H1.HeaderClassName
{
color: #67987C;
}
.AnyTagClassName
{
color: #67987C;
}
</style>
background-color css
<style>
a { background-color: #67987C; }
a { background-color: rgb(103,152,124); }
div.DivClassName
{
background-color: #67987C;
}
.BgClassName
{
background-color: #67987C;
}
</style>
border-color css
<style>
span { border-color: #67987C; }
span { border-color: rgb(103,152,124); }
td.TdClassName
{
border-color: #67987C;
}
.TagClassName
{
border-color: #67987C;
}
</style>