Shades of Oxley #67AF7B
Tints of Oxley #67AF7B
RGB
CMYK
RGB Variations
Color information
#67AF7B (or 0x67AF7B) is known color: Oxley. HEX triplet: 67, AF and 7B. RGB value is (103,175,123). Sum of RGB (Red+Green+Blue) = 103+175+123=401 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.69% from 401); Green value is 175 (68.75% from 255 or 43.64% from 401); Blue value is 123 (48.44% from 255 or 30.67% from 401); Max value from RGB is 175 - color contains mainly: green. Hex color #67AF7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67AF7B is #985084. Grayscale: #939393. Windows color (decimal): -9982085 or 8105831. OLE color: 8105831.
HSL color Cylindrical-coordinate representation of color #67AF7B: hue angle of 136.67º 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 #67AF7B is Cyan = 0.41, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 103 | 175 | 123 | - |
| CMYK | 0.41 | 0 | 0.30 | 0.31 |
| HSL | 136.67º | 0.31% | 0.55% | - |
| HSV(B) | 136.67º | 0.41% | 0.69% | - |
| XYZ | 24.5 | 34.97 | 24.2 | - |
| YUV | 147.54 | 114.15 | 96.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 175 | 123 | 0.41 | 0 | 0.30 | 0.31 | 136.67 | 0.31 | 0.55 |
| Hex | 67 | AF | 7B | 29 | 0 | 1E | 1F | 89 | 1F | 37 |
| Octal | 147 | 257 | 173 | 51 | 0 | 36 | 37 | 211 | 37 | 67 |
| Binary | 1100111 | 10101111 | 1111011 | 101001 | 0 | 11110 | 11111 | 10001001 | 11111 | 110111 |
Color Harmonies of #67AF7B
Complementary color
Monochromatic Colors of #67AF7B
Black with #67AF7B
Text Example
Text Example
White with #67AF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67AF7B; }
p { color: rgb(103,175,123); }
H1.HeaderClassName
{
color: #67AF7B;
}
.AnyTagClassName
{
color: #67AF7B;
}
</style>
background-color css
<style>
a { background-color: #67AF7B; }
a { background-color: rgb(103,175,123); }
div.DivClassName
{
background-color: #67AF7B;
}
.BgClassName
{
background-color: #67AF7B;
}
</style>
border-color css
<style>
span { border-color: #67AF7B; }
span { border-color: rgb(103,175,123); }
td.TdClassName
{
border-color: #67AF7B;
}
.TagClassName
{
border-color: #67AF7B;
}
</style>