Shades of Oxley #67A87E
Tints of Oxley #67A87E
RGB
CMYK
RGB Variations
Color information
#67A87E (or 0x67A87E) is known color: Oxley. HEX triplet: 67, A8 and 7E. RGB value is (103,168,126). Sum of RGB (Red+Green+Blue) = 103+168+126=397 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.94% from 397); Green value is 168 (66.02% from 255 or 42.32% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 168 - color contains mainly: green. Hex color #67A87E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67A87E is #985781. Grayscale: #8F8F8F. Windows color (decimal): -9983874 or 8300647. OLE color: 8300647.
HSL color Cylindrical-coordinate representation of color #67A87E: hue angle of 141.23º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #67A87E is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 103 | 168 | 126 | - |
| CMYK | 0.39 | 0 | 0.25 | 0.34 |
| HSL | 141.23º | 0.27% | 0.53% | - |
| HSV(B) | 141.23º | 0.39% | 0.66% | - |
| XYZ | 23.36 | 32.4 | 24.76 | - |
| YUV | 143.78 | 117.97 | 98.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 168 | 126 | 0.39 | 0 | 0.25 | 0.34 | 141.23 | 0.27 | 0.53 |
| Hex | 67 | A8 | 7E | 27 | 0 | 19 | 22 | 8D | 1B | 35 |
| Octal | 147 | 250 | 176 | 47 | 0 | 31 | 42 | 215 | 33 | 65 |
| Binary | 1100111 | 10101000 | 1111110 | 100111 | 0 | 11001 | 100010 | 10001101 | 11011 | 110101 |
Color Harmonies of #67A87E
Complementary color
Monochromatic Colors of #67A87E
Black with #67A87E
Text Example
Text Example
White with #67A87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A87E; }
p { color: rgb(103,168,126); }
H1.HeaderClassName
{
color: #67A87E;
}
.AnyTagClassName
{
color: #67A87E;
}
</style>
background-color css
<style>
a { background-color: #67A87E; }
a { background-color: rgb(103,168,126); }
div.DivClassName
{
background-color: #67A87E;
}
.BgClassName
{
background-color: #67A87E;
}
</style>
border-color css
<style>
span { border-color: #67A87E; }
span { border-color: rgb(103,168,126); }
td.TdClassName
{
border-color: #67A87E;
}
.TagClassName
{
border-color: #67A87E;
}
</style>