Shades of Oxley #67A37F
Tints of Oxley #67A37F
RGB
CMYK
RGB Variations
Color information
#67A37F (or 0x67A37F) is known color: Oxley. HEX triplet: 67, A3 and 7F. RGB value is (103,163,127). Sum of RGB (Red+Green+Blue) = 103+163+127=393 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.21% from 393); Green value is 163 (64.06% from 255 or 41.48% from 393); Blue value is 127 (50% from 255 or 32.32% from 393); Max value from RGB is 163 - color contains mainly: green. Hex color #67A37F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67A37F is #985C80. Grayscale: #8D8D8D. Windows color (decimal): -9985153 or 8364903. OLE color: 8364903.
HSL color Cylindrical-coordinate representation of color #67A37F: hue angle of 144º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #67A37F is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 103 | 163 | 127 | - |
| CMYK | 0.37 | 0 | 0.22 | 0.36 |
| HSL | 144º | 0.25% | 0.52% | - |
| HSV(B) | 144º | 0.37% | 0.64% | - |
| XYZ | 22.52 | 30.61 | 24.8 | - |
| YUV | 140.96 | 120.12 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 163 | 127 | 0.37 | 0 | 0.22 | 0.36 | 144 | 0.25 | 0.52 |
| Hex | 67 | A3 | 7F | 25 | 0 | 16 | 24 | 90 | 19 | 34 |
| Octal | 147 | 243 | 177 | 45 | 0 | 26 | 44 | 220 | 31 | 64 |
| Binary | 1100111 | 10100011 | 1111111 | 100101 | 0 | 10110 | 100100 | 10010000 | 11001 | 110100 |
Color Harmonies of #67A37F
Complementary color
Monochromatic Colors of #67A37F
Black with #67A37F
Text Example
Text Example
White with #67A37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A37F; }
p { color: rgb(103,163,127); }
H1.HeaderClassName
{
color: #67A37F;
}
.AnyTagClassName
{
color: #67A37F;
}
</style>
background-color css
<style>
a { background-color: #67A37F; }
a { background-color: rgb(103,163,127); }
div.DivClassName
{
background-color: #67A37F;
}
.BgClassName
{
background-color: #67A37F;
}
</style>
border-color css
<style>
span { border-color: #67A37F; }
span { border-color: rgb(103,163,127); }
td.TdClassName
{
border-color: #67A37F;
}
.TagClassName
{
border-color: #67A37F;
}
</style>