Shades of Oxley #67AC7C
Tints of Oxley #67AC7C
RGB
CMYK
RGB Variations
Color information
#67AC7C (or 0x67AC7C) is known color: Oxley. HEX triplet: 67, AC and 7C. RGB value is (103,172,124). Sum of RGB (Red+Green+Blue) = 103+172+124=399 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.81% from 399); Green value is 172 (67.58% from 255 or 43.11% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 172 - color contains mainly: green. Hex color #67AC7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67AC7C is #985383. Grayscale: #929292. Windows color (decimal): -9982852 or 8170599. OLE color: 8170599.
HSL color Cylindrical-coordinate representation of color #67AC7C: hue angle of 138.26º 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 #67AC7C is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 172 | 124 | - |
| CMYK | 0.40 | 0 | 0.28 | 0.33 |
| HSL | 138.26º | 0.29% | 0.54% | - |
| HSV(B) | 138.26º | 0.4% | 0.67% | - |
| XYZ | 23.98 | 33.84 | 24.34 | - |
| YUV | 145.9 | 115.64 | 97.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 172 | 124 | 0.40 | 0 | 0.28 | 0.33 | 138.26 | 0.29 | 0.54 |
| Hex | 67 | AC | 7C | 28 | 0 | 1C | 21 | 8A | 1D | 36 |
| Octal | 147 | 254 | 174 | 50 | 0 | 34 | 41 | 212 | 35 | 66 |
| Binary | 1100111 | 10101100 | 1111100 | 101000 | 0 | 11100 | 100001 | 10001010 | 11101 | 110110 |
Color Harmonies of #67AC7C
Complementary color
Monochromatic Colors of #67AC7C
Black with #67AC7C
Text Example
Text Example
White with #67AC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67AC7C; }
p { color: rgb(103,172,124); }
H1.HeaderClassName
{
color: #67AC7C;
}
.AnyTagClassName
{
color: #67AC7C;
}
</style>
background-color css
<style>
a { background-color: #67AC7C; }
a { background-color: rgb(103,172,124); }
div.DivClassName
{
background-color: #67AC7C;
}
.BgClassName
{
background-color: #67AC7C;
}
</style>
border-color css
<style>
span { border-color: #67AC7C; }
span { border-color: rgb(103,172,124); }
td.TdClassName
{
border-color: #67AC7C;
}
.TagClassName
{
border-color: #67AC7C;
}
</style>