Shades of Oxley #67AC7D
Tints of Oxley #67AC7D
RGB
CMYK
RGB Variations
Color information
#67AC7D (or 0x67AC7D) is known color: Oxley. HEX triplet: 67, AC and 7D. RGB value is (103,172,125). Sum of RGB (Red+Green+Blue) = 103+172+125=400 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.75% from 400); Green value is 172 (67.58% from 255 or 43% from 400); Blue value is 125 (49.22% from 255 or 31.25% from 400); Max value from RGB is 172 - color contains mainly: green. Hex color #67AC7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67AC7D is #985382. Grayscale: #929292. Windows color (decimal): -9982851 or 8236135. OLE color: 8236135.
HSL color Cylindrical-coordinate representation of color #67AC7D: hue angle of 139.13º 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 #67AC7D is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 172 | 125 | - |
| CMYK | 0.40 | 0 | 0.27 | 0.33 |
| HSL | 139.13º | 0.29% | 0.54% | - |
| HSV(B) | 139.13º | 0.4% | 0.67% | - |
| XYZ | 24.05 | 33.87 | 24.67 | - |
| YUV | 146.01 | 116.14 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 172 | 125 | 0.40 | 0 | 0.27 | 0.33 | 139.13 | 0.29 | 0.54 |
| Hex | 67 | AC | 7D | 28 | 0 | 1B | 21 | 8B | 1D | 36 |
| Octal | 147 | 254 | 175 | 50 | 0 | 33 | 41 | 213 | 35 | 66 |
| Binary | 1100111 | 10101100 | 1111101 | 101000 | 0 | 11011 | 100001 | 10001011 | 11101 | 110110 |
Color Harmonies of #67AC7D
Complementary color
Monochromatic Colors of #67AC7D
Black with #67AC7D
Text Example
Text Example
White with #67AC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67AC7D; }
p { color: rgb(103,172,125); }
H1.HeaderClassName
{
color: #67AC7D;
}
.AnyTagClassName
{
color: #67AC7D;
}
</style>
background-color css
<style>
a { background-color: #67AC7D; }
a { background-color: rgb(103,172,125); }
div.DivClassName
{
background-color: #67AC7D;
}
.BgClassName
{
background-color: #67AC7D;
}
</style>
border-color css
<style>
span { border-color: #67AC7D; }
span { border-color: rgb(103,172,125); }
td.TdClassName
{
border-color: #67AC7D;
}
.TagClassName
{
border-color: #67AC7D;
}
</style>