Shades of Oxley #67A577
Tints of Oxley #67A577
RGB
CMYK
RGB Variations
Color information
#67A577 (or 0x67A577) is known color: Oxley. HEX triplet: 67, A5 and 77. RGB value is (103,165,119). Sum of RGB (Red+Green+Blue) = 103+165+119=387 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.61% from 387); Green value is 165 (64.84% from 255 or 42.64% from 387); Blue value is 119 (46.88% from 255 or 30.75% from 387); Max value from RGB is 165 - color contains mainly: green. Hex color #67A577 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67A577 is #985A88. Grayscale: #8D8D8D. Windows color (decimal): -9984649 or 7841127. OLE color: 7841127.
HSL color Cylindrical-coordinate representation of color #67A577: hue angle of 135.48º 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 #67A577 is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 103 | 165 | 119 | - |
| CMYK | 0.38 | 0 | 0.28 | 0.35 |
| HSL | 135.48º | 0.26% | 0.53% | - |
| HSV(B) | 135.48º | 0.38% | 0.65% | - |
| XYZ | 22.38 | 31.13 | 22.28 | - |
| YUV | 141.22 | 115.46 | 100.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 165 | 119 | 0.38 | 0 | 0.28 | 0.35 | 135.48 | 0.26 | 0.53 |
| Hex | 67 | A5 | 77 | 26 | 0 | 1C | 23 | 87 | 1A | 35 |
| Octal | 147 | 245 | 167 | 46 | 0 | 34 | 43 | 207 | 32 | 65 |
| Binary | 1100111 | 10100101 | 1110111 | 100110 | 0 | 11100 | 100011 | 10000111 | 11010 | 110101 |
Color Harmonies of #67A577
Complementary color
Monochromatic Colors of #67A577
Black with #67A577
Text Example
Text Example
White with #67A577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A577; }
p { color: rgb(103,165,119); }
H1.HeaderClassName
{
color: #67A577;
}
.AnyTagClassName
{
color: #67A577;
}
</style>
background-color css
<style>
a { background-color: #67A577; }
a { background-color: rgb(103,165,119); }
div.DivClassName
{
background-color: #67A577;
}
.BgClassName
{
background-color: #67A577;
}
</style>
border-color css
<style>
span { border-color: #67A577; }
span { border-color: rgb(103,165,119); }
td.TdClassName
{
border-color: #67A577;
}
.TagClassName
{
border-color: #67A577;
}
</style>