Shades of Oxley #67A571
Tints of Oxley #67A571
RGB
CMYK
RGB Variations
Color information
#67A571 (or 0x67A571) is known color: Oxley. HEX triplet: 67, A5 and 71. RGB value is (103,165,113). Sum of RGB (Red+Green+Blue) = 103+165+113=381 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.03% from 381); Green value is 165 (64.84% from 255 or 43.31% from 381); Blue value is 113 (44.53% from 255 or 29.66% from 381); Max value from RGB is 165 - color contains mainly: green. Hex color #67A571 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67A571 is #985A8E. Grayscale: #8C8C8C. Windows color (decimal): -9984655 or 7447911. OLE color: 7447911.
HSL color Cylindrical-coordinate representation of color #67A571: hue angle of 129.68º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #67A571 is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 103 | 165 | 113 | - |
| CMYK | 0.38 | 0 | 0.32 | 0.35 |
| HSL | 129.68º | 0.26% | 0.53% | - |
| HSV(B) | 129.68º | 0.38% | 0.65% | - |
| XYZ | 22.03 | 30.99 | 20.44 | - |
| YUV | 140.53 | 112.46 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 165 | 113 | 0.38 | 0 | 0.32 | 0.35 | 129.68 | 0.26 | 0.53 |
| Hex | 67 | A5 | 71 | 26 | 0 | 20 | 23 | 82 | 1A | 35 |
| Octal | 147 | 245 | 161 | 46 | 0 | 40 | 43 | 202 | 32 | 65 |
| Binary | 1100111 | 10100101 | 1110001 | 100110 | 0 | 100000 | 100011 | 10000010 | 11010 | 110101 |
Color Harmonies of #67A571
Complementary color
Monochromatic Colors of #67A571
Black with #67A571
Text Example
Text Example
White with #67A571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A571; }
p { color: rgb(103,165,113); }
H1.HeaderClassName
{
color: #67A571;
}
.AnyTagClassName
{
color: #67A571;
}
</style>
background-color css
<style>
a { background-color: #67A571; }
a { background-color: rgb(103,165,113); }
div.DivClassName
{
background-color: #67A571;
}
.BgClassName
{
background-color: #67A571;
}
</style>
border-color css
<style>
span { border-color: #67A571; }
span { border-color: rgb(103,165,113); }
td.TdClassName
{
border-color: #67A571;
}
.TagClassName
{
border-color: #67A571;
}
</style>