Shades of Oxley #67AF7E
Tints of Oxley #67AF7E
RGB
CMYK
RGB Variations
Color information
#67AF7E (or 0x67AF7E) is known color: Oxley. HEX triplet: 67, AF and 7E. RGB value is (103,175,126). Sum of RGB (Red+Green+Blue) = 103+175+126=404 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.50% from 404); Green value is 175 (68.75% from 255 or 43.32% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 175 - color contains mainly: green. Hex color #67AF7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67AF7E is #985081. Grayscale: #949494. Windows color (decimal): -9982082 or 8302439. OLE color: 8302439.
HSL color Cylindrical-coordinate representation of color #67AF7E: hue angle of 139.17º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #67AF7E is Cyan = 0.41, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 103 | 175 | 126 | - |
| CMYK | 0.41 | 0 | 0.28 | 0.31 |
| HSL | 139.17º | 0.31% | 0.55% | - |
| HSV(B) | 139.17º | 0.41% | 0.69% | - |
| XYZ | 24.69 | 35.05 | 25.2 | - |
| YUV | 147.89 | 115.65 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 175 | 126 | 0.41 | 0 | 0.28 | 0.31 | 139.17 | 0.31 | 0.55 |
| Hex | 67 | AF | 7E | 29 | 0 | 1C | 1F | 8B | 1F | 37 |
| Octal | 147 | 257 | 176 | 51 | 0 | 34 | 37 | 213 | 37 | 67 |
| Binary | 1100111 | 10101111 | 1111110 | 101001 | 0 | 11100 | 11111 | 10001011 | 11111 | 110111 |
Color Harmonies of #67AF7E
Complementary color
Monochromatic Colors of #67AF7E
Black with #67AF7E
Text Example
Text Example
White with #67AF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67AF7E; }
p { color: rgb(103,175,126); }
H1.HeaderClassName
{
color: #67AF7E;
}
.AnyTagClassName
{
color: #67AF7E;
}
</style>
background-color css
<style>
a { background-color: #67AF7E; }
a { background-color: rgb(103,175,126); }
div.DivClassName
{
background-color: #67AF7E;
}
.BgClassName
{
background-color: #67AF7E;
}
</style>
border-color css
<style>
span { border-color: #67AF7E; }
span { border-color: rgb(103,175,126); }
td.TdClassName
{
border-color: #67AF7E;
}
.TagClassName
{
border-color: #67AF7E;
}
</style>