Shades of Oxley #67A16F
Tints of Oxley #67A16F
RGB
CMYK
RGB Variations
Color information
#67A16F (or 0x67A16F) is known color: Oxley. HEX triplet: 67, A1 and 6F. RGB value is (103,161,111). Sum of RGB (Red+Green+Blue) = 103+161+111=375 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.47% from 375); Green value is 161 (63.28% from 255 or 42.93% from 375); Blue value is 111 (43.75% from 255 or 29.6% from 375); Max value from RGB is 161 - color contains mainly: green. Hex color #67A16F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67A16F is #985E90. Grayscale: #8A8A8A. Windows color (decimal): -9985681 or 7315815. OLE color: 7315815.
HSL color Cylindrical-coordinate representation of color #67A16F: hue angle of 128.28º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #67A16F is Cyan = 0.36, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 103 | 161 | 111 | - |
| CMYK | 0.36 | 0 | 0.31 | 0.37 |
| HSL | 128.28º | 0.24% | 0.52% | - |
| HSV(B) | 128.28º | 0.36% | 0.63% | - |
| XYZ | 21.21 | 29.52 | 19.62 | - |
| YUV | 137.96 | 112.78 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 161 | 111 | 0.36 | 0 | 0.31 | 0.37 | 128.28 | 0.24 | 0.52 |
| Hex | 67 | A1 | 6F | 24 | 0 | 1F | 25 | 80 | 18 | 34 |
| Octal | 147 | 241 | 157 | 44 | 0 | 37 | 45 | 200 | 30 | 64 |
| Binary | 1100111 | 10100001 | 1101111 | 100100 | 0 | 11111 | 100101 | 10000000 | 11000 | 110100 |
Color Harmonies of #67A16F
Complementary color
Monochromatic Colors of #67A16F
Black with #67A16F
Text Example
Text Example
White with #67A16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A16F; }
p { color: rgb(103,161,111); }
H1.HeaderClassName
{
color: #67A16F;
}
.AnyTagClassName
{
color: #67A16F;
}
</style>
background-color css
<style>
a { background-color: #67A16F; }
a { background-color: rgb(103,161,111); }
div.DivClassName
{
background-color: #67A16F;
}
.BgClassName
{
background-color: #67A16F;
}
</style>
border-color css
<style>
span { border-color: #67A16F; }
span { border-color: rgb(103,161,111); }
td.TdClassName
{
border-color: #67A16F;
}
.TagClassName
{
border-color: #67A16F;
}
</style>