Shades of Oxley #6DAF7B
Tints of Oxley #6DAF7B
RGB
CMYK
RGB Variations
Color information
#6DAF7B (or 0x6DAF7B) is known color: Oxley. HEX triplet: 6D, AF and 7B. RGB value is (109,175,123). Sum of RGB (Red+Green+Blue) = 109+175+123=407 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.78% from 407); Green value is 175 (68.75% from 255 or 43.00% from 407); Blue value is 123 (48.44% from 255 or 30.22% from 407); Max value from RGB is 175 - color contains mainly: green. Hex color #6DAF7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DAF7B is #925084. Grayscale: #959595. Windows color (decimal): -9588869 or 8105837. OLE color: 8105837.
HSL color Cylindrical-coordinate representation of color #6DAF7B: hue angle of 132.73º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6DAF7B is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 109 | 175 | 123 | - |
| CMYK | 0.38 | 0 | 0.30 | 0.31 |
| HSL | 132.73º | 0.29% | 0.56% | - |
| HSV(B) | 132.73º | 0.38% | 0.69% | - |
| XYZ | 25.21 | 35.34 | 24.23 | - |
| YUV | 149.34 | 113.13 | 99.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 175 | 123 | 0.38 | 0 | 0.30 | 0.31 | 132.73 | 0.29 | 0.56 |
| Hex | 6D | AF | 7B | 26 | 0 | 1E | 1F | 85 | 1D | 38 |
| Octal | 155 | 257 | 173 | 46 | 0 | 36 | 37 | 205 | 35 | 70 |
| Binary | 1101101 | 10101111 | 1111011 | 100110 | 0 | 11110 | 11111 | 10000101 | 11101 | 111000 |
Color Harmonies of #6DAF7B
Complementary color
Monochromatic Colors of #6DAF7B
Black with #6DAF7B
Text Example
Text Example
White with #6DAF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAF7B; }
p { color: rgb(109,175,123); }
H1.HeaderClassName
{
color: #6DAF7B;
}
.AnyTagClassName
{
color: #6DAF7B;
}
</style>
background-color css
<style>
a { background-color: #6DAF7B; }
a { background-color: rgb(109,175,123); }
div.DivClassName
{
background-color: #6DAF7B;
}
.BgClassName
{
background-color: #6DAF7B;
}
</style>
border-color css
<style>
span { border-color: #6DAF7B; }
span { border-color: rgb(109,175,123); }
td.TdClassName
{
border-color: #6DAF7B;
}
.TagClassName
{
border-color: #6DAF7B;
}
</style>