Shades of Oxley #67A881
Tints of Oxley #67A881
RGB
CMYK
RGB Variations
Color information
#67A881 (or 0x67A881) is known color: Oxley. HEX triplet: 67, A8 and 81. RGB value is (103,168,129). Sum of RGB (Red+Green+Blue) = 103+168+129=400 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.75% from 400); Green value is 168 (66.02% from 255 or 42% from 400); Blue value is 129 (50.78% from 255 or 32.25% from 400); Max value from RGB is 168 - color contains mainly: green. Hex color #67A881 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67A881 is #98577E. Grayscale: #909090. Windows color (decimal): -9983871 or 8497255. OLE color: 8497255.
HSL color Cylindrical-coordinate representation of color #67A881: hue angle of 144º 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 #67A881 is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 103 | 168 | 129 | - |
| CMYK | 0.39 | 0 | 0.23 | 0.34 |
| HSL | 144º | 0.27% | 0.53% | - |
| HSV(B) | 144º | 0.39% | 0.66% | - |
| XYZ | 23.56 | 32.47 | 25.8 | - |
| YUV | 144.12 | 119.47 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 168 | 129 | 0.39 | 0 | 0.23 | 0.34 | 144 | 0.27 | 0.53 |
| Hex | 67 | A8 | 81 | 27 | 0 | 17 | 22 | 90 | 1B | 35 |
| Octal | 147 | 250 | 201 | 47 | 0 | 27 | 42 | 220 | 33 | 65 |
| Binary | 1100111 | 10101000 | 10000001 | 100111 | 0 | 10111 | 100010 | 10010000 | 11011 | 110101 |
Color Harmonies of #67A881
Complementary color
Monochromatic Colors of #67A881
Black with #67A881
Text Example
Text Example
White with #67A881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A881; }
p { color: rgb(103,168,129); }
H1.HeaderClassName
{
color: #67A881;
}
.AnyTagClassName
{
color: #67A881;
}
</style>
background-color css
<style>
a { background-color: #67A881; }
a { background-color: rgb(103,168,129); }
div.DivClassName
{
background-color: #67A881;
}
.BgClassName
{
background-color: #67A881;
}
</style>
border-color css
<style>
span { border-color: #67A881; }
span { border-color: rgb(103,168,129); }
td.TdClassName
{
border-color: #67A881;
}
.TagClassName
{
border-color: #67A881;
}
</style>