Shades of Oxley #6A917B
Tints of Oxley #6A917B
RGB
CMYK
RGB Variations
Color information
#6A917B (or 0x6A917B) is known color: Oxley. HEX triplet: 6A, 91 and 7B. RGB value is (106,145,123). Sum of RGB (Red+Green+Blue) = 106+145+123=374 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.34% from 374); Green value is 145 (57.03% from 255 or 38.77% from 374); Blue value is 123 (48.44% from 255 or 32.89% from 374); Max value from RGB is 145 - color contains mainly: green. Hex color #6A917B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A917B is #956E84. Grayscale: #828282. Windows color (decimal): -9793157 or 8098154. OLE color: 8098154.
HSL color Cylindrical-coordinate representation of color #6A917B: hue angle of 146.15º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6A917B is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 106 | 145 | 123 | - |
| CMYK | 0.27 | 0 | 0.15 | 0.43 |
| HSL | 146.15º | 0.16% | 0.49% | - |
| HSV(B) | 146.15º | 0.27% | 0.57% | - |
| XYZ | 19.64 | 24.75 | 22.48 | - |
| YUV | 130.83 | 123.58 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 145 | 123 | 0.27 | 0 | 0.15 | 0.43 | 146.15 | 0.16 | 0.49 |
| Hex | 6A | 91 | 7B | 1B | 0 | F | 2B | 92 | 10 | 31 |
| Octal | 152 | 221 | 173 | 33 | 0 | 17 | 53 | 222 | 20 | 61 |
| Binary | 1101010 | 10010001 | 1111011 | 11011 | 0 | 1111 | 101011 | 10010010 | 10000 | 110001 |
Color Harmonies of #6A917B
Complementary color
Monochromatic Colors of #6A917B
Black with #6A917B
Text Example
Text Example
White with #6A917B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A917B; }
p { color: rgb(106,145,123); }
H1.HeaderClassName
{
color: #6A917B;
}
.AnyTagClassName
{
color: #6A917B;
}
</style>
background-color css
<style>
a { background-color: #6A917B; }
a { background-color: rgb(106,145,123); }
div.DivClassName
{
background-color: #6A917B;
}
.BgClassName
{
background-color: #6A917B;
}
</style>
border-color css
<style>
span { border-color: #6A917B; }
span { border-color: rgb(106,145,123); }
td.TdClassName
{
border-color: #6A917B;
}
.TagClassName
{
border-color: #6A917B;
}
</style>