Shades of Oxley #6CAF7B
Tints of Oxley #6CAF7B
RGB
CMYK
RGB Variations
Color information
#6CAF7B (or 0x6CAF7B) is known color: Oxley. HEX triplet: 6C, AF and 7B. RGB value is (108,175,123). Sum of RGB (Red+Green+Blue) = 108+175+123=406 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.60% from 406); Green value is 175 (68.75% from 255 or 43.10% from 406); Blue value is 123 (48.44% from 255 or 30.30% from 406); Max value from RGB is 175 - color contains mainly: green. Hex color #6CAF7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CAF7B is #935084. Grayscale: #959595. Windows color (decimal): -9654405 or 8105836. OLE color: 8105836.
HSL color Cylindrical-coordinate representation of color #6CAF7B: hue angle of 133.43º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6CAF7B is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 108 | 175 | 123 | - |
| CMYK | 0.38 | 0 | 0.30 | 0.31 |
| HSL | 133.43º | 0.3% | 0.55% | - |
| HSV(B) | 133.43º | 0.38% | 0.69% | - |
| XYZ | 25.09 | 35.28 | 24.23 | - |
| YUV | 149.04 | 113.3 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 175 | 123 | 0.38 | 0 | 0.30 | 0.31 | 133.43 | 0.3 | 0.55 |
| Hex | 6C | AF | 7B | 26 | 0 | 1E | 1F | 85 | 1E | 37 |
| Octal | 154 | 257 | 173 | 46 | 0 | 36 | 37 | 205 | 36 | 67 |
| Binary | 1101100 | 10101111 | 1111011 | 100110 | 0 | 11110 | 11111 | 10000101 | 11110 | 110111 |
Color Harmonies of #6CAF7B
Complementary color
Monochromatic Colors of #6CAF7B
Black with #6CAF7B
Text Example
Text Example
White with #6CAF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAF7B; }
p { color: rgb(108,175,123); }
H1.HeaderClassName
{
color: #6CAF7B;
}
.AnyTagClassName
{
color: #6CAF7B;
}
</style>
background-color css
<style>
a { background-color: #6CAF7B; }
a { background-color: rgb(108,175,123); }
div.DivClassName
{
background-color: #6CAF7B;
}
.BgClassName
{
background-color: #6CAF7B;
}
</style>
border-color css
<style>
span { border-color: #6CAF7B; }
span { border-color: rgb(108,175,123); }
td.TdClassName
{
border-color: #6CAF7B;
}
.TagClassName
{
border-color: #6CAF7B;
}
</style>