Shades of Oxley #67A57A
Tints of Oxley #67A57A
RGB
CMYK
RGB Variations
Color information
#67A57A (or 0x67A57A) is known color: Oxley. HEX triplet: 67, A5 and 7A. RGB value is (103,165,122). Sum of RGB (Red+Green+Blue) = 103+165+122=390 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.41% from 390); Green value is 165 (64.84% from 255 or 42.31% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 165 - color contains mainly: green. Hex color #67A57A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67A57A is #985A85. Grayscale: #8D8D8D. Windows color (decimal): -9984646 or 8037735. OLE color: 8037735.
HSL color Cylindrical-coordinate representation of color #67A57A: hue angle of 138.39º 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 #67A57A is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 103 | 165 | 122 | - |
| CMYK | 0.38 | 0 | 0.26 | 0.35 |
| HSL | 138.39º | 0.26% | 0.53% | - |
| HSV(B) | 138.39º | 0.38% | 0.65% | - |
| XYZ | 22.56 | 31.2 | 23.25 | - |
| YUV | 141.56 | 116.96 | 100.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 165 | 122 | 0.38 | 0 | 0.26 | 0.35 | 138.39 | 0.26 | 0.53 |
| Hex | 67 | A5 | 7A | 26 | 0 | 1A | 23 | 8A | 1A | 35 |
| Octal | 147 | 245 | 172 | 46 | 0 | 32 | 43 | 212 | 32 | 65 |
| Binary | 1100111 | 10100101 | 1111010 | 100110 | 0 | 11010 | 100011 | 10001010 | 11010 | 110101 |
Color Harmonies of #67A57A
Complementary color
Monochromatic Colors of #67A57A
Black with #67A57A
Text Example
Text Example
White with #67A57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A57A; }
p { color: rgb(103,165,122); }
H1.HeaderClassName
{
color: #67A57A;
}
.AnyTagClassName
{
color: #67A57A;
}
</style>
background-color css
<style>
a { background-color: #67A57A; }
a { background-color: rgb(103,165,122); }
div.DivClassName
{
background-color: #67A57A;
}
.BgClassName
{
background-color: #67A57A;
}
</style>
border-color css
<style>
span { border-color: #67A57A; }
span { border-color: rgb(103,165,122); }
td.TdClassName
{
border-color: #67A57A;
}
.TagClassName
{
border-color: #67A57A;
}
</style>