Shades of Oxley #67A57B
Tints of Oxley #67A57B
RGB
CMYK
RGB Variations
Color information
#67A57B (or 0x67A57B) is known color: Oxley. HEX triplet: 67, A5 and 7B. RGB value is (103,165,123). Sum of RGB (Red+Green+Blue) = 103+165+123=391 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.34% from 391); Green value is 165 (64.84% from 255 or 42.20% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 165 - color contains mainly: green. Hex color #67A57B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67A57B is #985A84. Grayscale: #8D8D8D. Windows color (decimal): -9984645 or 8103271. OLE color: 8103271.
HSL color Cylindrical-coordinate representation of color #67A57B: hue angle of 139.35º 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 #67A57B is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 103 | 165 | 123 | - |
| CMYK | 0.38 | 0 | 0.25 | 0.35 |
| HSL | 139.35º | 0.26% | 0.53% | - |
| HSV(B) | 139.35º | 0.38% | 0.65% | - |
| XYZ | 22.62 | 31.22 | 23.57 | - |
| YUV | 141.67 | 117.46 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 165 | 123 | 0.38 | 0 | 0.25 | 0.35 | 139.35 | 0.26 | 0.53 |
| Hex | 67 | A5 | 7B | 26 | 0 | 19 | 23 | 8B | 1A | 35 |
| Octal | 147 | 245 | 173 | 46 | 0 | 31 | 43 | 213 | 32 | 65 |
| Binary | 1100111 | 10100101 | 1111011 | 100110 | 0 | 11001 | 100011 | 10001011 | 11010 | 110101 |
Color Harmonies of #67A57B
Complementary color
Monochromatic Colors of #67A57B
Black with #67A57B
Text Example
Text Example
White with #67A57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A57B; }
p { color: rgb(103,165,123); }
H1.HeaderClassName
{
color: #67A57B;
}
.AnyTagClassName
{
color: #67A57B;
}
</style>
background-color css
<style>
a { background-color: #67A57B; }
a { background-color: rgb(103,165,123); }
div.DivClassName
{
background-color: #67A57B;
}
.BgClassName
{
background-color: #67A57B;
}
</style>
border-color css
<style>
span { border-color: #67A57B; }
span { border-color: rgb(103,165,123); }
td.TdClassName
{
border-color: #67A57B;
}
.TagClassName
{
border-color: #67A57B;
}
</style>