Shades of Oxley #67AB7F
Tints of Oxley #67AB7F
RGB
CMYK
RGB Variations
Color information
#67AB7F (or 0x67AB7F) is known color: Oxley. HEX triplet: 67, AB and 7F. RGB value is (103,171,127). Sum of RGB (Red+Green+Blue) = 103+171+127=401 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.69% from 401); Green value is 171 (67.19% from 255 or 42.64% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 171 - color contains mainly: green. Hex color #67AB7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67AB7F is #985480. Grayscale: #919191. Windows color (decimal): -9983105 or 8366951. OLE color: 8366951.
HSL color Cylindrical-coordinate representation of color #67AB7F: hue angle of 141.18º 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 #67AB7F is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 171 | 127 | - |
| CMYK | 0.40 | 0 | 0.26 | 0.33 |
| HSL | 141.18º | 0.29% | 0.54% | - |
| HSV(B) | 141.18º | 0.4% | 0.67% | - |
| XYZ | 23.99 | 33.54 | 25.29 | - |
| YUV | 145.65 | 117.47 | 97.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 171 | 127 | 0.40 | 0 | 0.26 | 0.33 | 141.18 | 0.29 | 0.54 |
| Hex | 67 | AB | 7F | 28 | 0 | 1A | 21 | 8D | 1D | 36 |
| Octal | 147 | 253 | 177 | 50 | 0 | 32 | 41 | 215 | 35 | 66 |
| Binary | 1100111 | 10101011 | 1111111 | 101000 | 0 | 11010 | 100001 | 10001101 | 11101 | 110110 |
Color Harmonies of #67AB7F
Complementary color
Monochromatic Colors of #67AB7F
Black with #67AB7F
Text Example
Text Example
White with #67AB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67AB7F; }
p { color: rgb(103,171,127); }
H1.HeaderClassName
{
color: #67AB7F;
}
.AnyTagClassName
{
color: #67AB7F;
}
</style>
background-color css
<style>
a { background-color: #67AB7F; }
a { background-color: rgb(103,171,127); }
div.DivClassName
{
background-color: #67AB7F;
}
.BgClassName
{
background-color: #67AB7F;
}
</style>
border-color css
<style>
span { border-color: #67AB7F; }
span { border-color: rgb(103,171,127); }
td.TdClassName
{
border-color: #67AB7F;
}
.TagClassName
{
border-color: #67AB7F;
}
</style>