Shades of Oxley #6FAF7B
Tints of Oxley #6FAF7B
RGB
CMYK
RGB Variations
Color information
#6FAF7B (or 0x6FAF7B) is known color: Oxley. HEX triplet: 6F, AF and 7B. RGB value is (111,175,123). Sum of RGB (Red+Green+Blue) = 111+175+123=409 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.14% from 409); Green value is 175 (68.75% from 255 or 42.79% from 409); Blue value is 123 (48.44% from 255 or 30.07% from 409); Max value from RGB is 175 - color contains mainly: green. Hex color #6FAF7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FAF7B is #905084. Grayscale: #969696. Windows color (decimal): -9457797 or 8105839. OLE color: 8105839.
HSL color Cylindrical-coordinate representation of color #6FAF7B: hue angle of 131.25º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6FAF7B is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 111 | 175 | 123 | - |
| CMYK | 0.37 | 0 | 0.30 | 0.31 |
| HSL | 131.25º | 0.29% | 0.56% | - |
| HSV(B) | 131.25º | 0.37% | 0.69% | - |
| XYZ | 25.46 | 35.47 | 24.24 | - |
| YUV | 149.94 | 112.8 | 100.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 175 | 123 | 0.37 | 0 | 0.30 | 0.31 | 131.25 | 0.29 | 0.56 |
| Hex | 6F | AF | 7B | 25 | 0 | 1E | 1F | 83 | 1D | 38 |
| Octal | 157 | 257 | 173 | 45 | 0 | 36 | 37 | 203 | 35 | 70 |
| Binary | 1101111 | 10101111 | 1111011 | 100101 | 0 | 11110 | 11111 | 10000011 | 11101 | 111000 |
Color Harmonies of #6FAF7B
Complementary color
Monochromatic Colors of #6FAF7B
Black with #6FAF7B
Text Example
Text Example
White with #6FAF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAF7B; }
p { color: rgb(111,175,123); }
H1.HeaderClassName
{
color: #6FAF7B;
}
.AnyTagClassName
{
color: #6FAF7B;
}
</style>
background-color css
<style>
a { background-color: #6FAF7B; }
a { background-color: rgb(111,175,123); }
div.DivClassName
{
background-color: #6FAF7B;
}
.BgClassName
{
background-color: #6FAF7B;
}
</style>
border-color css
<style>
span { border-color: #6FAF7B; }
span { border-color: rgb(111,175,123); }
td.TdClassName
{
border-color: #6FAF7B;
}
.TagClassName
{
border-color: #6FAF7B;
}
</style>