Shades of Oxley #6AAF7C
Tints of Oxley #6AAF7C
RGB
CMYK
RGB Variations
Color information
#6AAF7C (or 0x6AAF7C) is known color: Oxley. HEX triplet: 6A, AF and 7C. RGB value is (106,175,124). Sum of RGB (Red+Green+Blue) = 106+175+124=405 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.17% from 405); Green value is 175 (68.75% from 255 or 43.21% from 405); Blue value is 124 (48.83% from 255 or 30.62% from 405); Max value from RGB is 175 - color contains mainly: green. Hex color #6AAF7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AAF7C is #955083. Grayscale: #949494. Windows color (decimal): -9785476 or 8171370. OLE color: 8171370.
HSL color Cylindrical-coordinate representation of color #6AAF7C: hue angle of 135.65º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6AAF7C is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 106 | 175 | 124 | - |
| CMYK | 0.39 | 0 | 0.29 | 0.31 |
| HSL | 135.65º | 0.3% | 0.55% | - |
| HSV(B) | 135.65º | 0.39% | 0.69% | - |
| XYZ | 24.91 | 35.18 | 24.55 | - |
| YUV | 148.56 | 114.14 | 97.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 175 | 124 | 0.39 | 0 | 0.29 | 0.31 | 135.65 | 0.3 | 0.55 |
| Hex | 6A | AF | 7C | 27 | 0 | 1D | 1F | 88 | 1E | 37 |
| Octal | 152 | 257 | 174 | 47 | 0 | 35 | 37 | 210 | 36 | 67 |
| Binary | 1101010 | 10101111 | 1111100 | 100111 | 0 | 11101 | 11111 | 10001000 | 11110 | 110111 |
Color Harmonies of #6AAF7C
Complementary color
Monochromatic Colors of #6AAF7C
Black with #6AAF7C
Text Example
Text Example
White with #6AAF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAF7C; }
p { color: rgb(106,175,124); }
H1.HeaderClassName
{
color: #6AAF7C;
}
.AnyTagClassName
{
color: #6AAF7C;
}
</style>
background-color css
<style>
a { background-color: #6AAF7C; }
a { background-color: rgb(106,175,124); }
div.DivClassName
{
background-color: #6AAF7C;
}
.BgClassName
{
background-color: #6AAF7C;
}
</style>
border-color css
<style>
span { border-color: #6AAF7C; }
span { border-color: rgb(106,175,124); }
td.TdClassName
{
border-color: #6AAF7C;
}
.TagClassName
{
border-color: #6AAF7C;
}
</style>