Shades of Oxley #67AC7E
Tints of Oxley #67AC7E
RGB
CMYK
RGB Variations
Color information
#67AC7E (or 0x67AC7E) is known color: Oxley. HEX triplet: 67, AC and 7E. RGB value is (103,172,126). Sum of RGB (Red+Green+Blue) = 103+172+126=401 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.69% from 401); Green value is 172 (67.58% from 255 or 42.89% from 401); Blue value is 126 (49.61% from 255 or 31.42% from 401); Max value from RGB is 172 - color contains mainly: green. Hex color #67AC7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67AC7E is #985381. Grayscale: #929292. Windows color (decimal): -9982850 or 8301671. OLE color: 8301671.
HSL color Cylindrical-coordinate representation of color #67AC7E: hue angle of 140º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #67AC7E is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 172 | 126 | - |
| CMYK | 0.40 | 0 | 0.27 | 0.33 |
| HSL | 140º | 0.29% | 0.54% | - |
| HSV(B) | 140º | 0.4% | 0.67% | - |
| XYZ | 24.11 | 33.89 | 25.01 | - |
| YUV | 146.13 | 116.64 | 97.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 172 | 126 | 0.40 | 0 | 0.27 | 0.33 | 140 | 0.29 | 0.54 |
| Hex | 67 | AC | 7E | 28 | 0 | 1B | 21 | 8C | 1D | 36 |
| Octal | 147 | 254 | 176 | 50 | 0 | 33 | 41 | 214 | 35 | 66 |
| Binary | 1100111 | 10101100 | 1111110 | 101000 | 0 | 11011 | 100001 | 10001100 | 11101 | 110110 |
Color Harmonies of #67AC7E
Complementary color
Monochromatic Colors of #67AC7E
Black with #67AC7E
Text Example
Text Example
White with #67AC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67AC7E; }
p { color: rgb(103,172,126); }
H1.HeaderClassName
{
color: #67AC7E;
}
.AnyTagClassName
{
color: #67AC7E;
}
</style>
background-color css
<style>
a { background-color: #67AC7E; }
a { background-color: rgb(103,172,126); }
div.DivClassName
{
background-color: #67AC7E;
}
.BgClassName
{
background-color: #67AC7E;
}
</style>
border-color css
<style>
span { border-color: #67AC7E; }
span { border-color: rgb(103,172,126); }
td.TdClassName
{
border-color: #67AC7E;
}
.TagClassName
{
border-color: #67AC7E;
}
</style>