Shades of Oxley #6BA575
Tints of Oxley #6BA575
RGB
CMYK
RGB Variations
Color information
#6BA575 (or 0x6BA575) is known color: Oxley. HEX triplet: 6B, A5 and 75. RGB value is (107,165,117). Sum of RGB (Red+Green+Blue) = 107+165+117=389 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.51% from 389); Green value is 165 (64.84% from 255 or 42.42% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 165 - color contains mainly: green. Hex color #6BA575 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA575 is #945A8A. Grayscale: #8E8E8E. Windows color (decimal): -9722507 or 7710059. OLE color: 7710059.
HSL color Cylindrical-coordinate representation of color #6BA575: hue angle of 130.34º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6BA575 is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 107 | 165 | 117 | - |
| CMYK | 0.35 | 0 | 0.29 | 0.35 |
| HSL | 130.34º | 0.24% | 0.53% | - |
| HSV(B) | 130.34º | 0.35% | 0.65% | - |
| XYZ | 22.73 | 31.32 | 21.68 | - |
| YUV | 142.19 | 113.78 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 165 | 117 | 0.35 | 0 | 0.29 | 0.35 | 130.34 | 0.24 | 0.53 |
| Hex | 6B | A5 | 75 | 23 | 0 | 1D | 23 | 82 | 18 | 35 |
| Octal | 153 | 245 | 165 | 43 | 0 | 35 | 43 | 202 | 30 | 65 |
| Binary | 1101011 | 10100101 | 1110101 | 100011 | 0 | 11101 | 100011 | 10000010 | 11000 | 110101 |
Color Harmonies of #6BA575
Complementary color
Monochromatic Colors of #6BA575
Black with #6BA575
Text Example
Text Example
White with #6BA575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA575; }
p { color: rgb(107,165,117); }
H1.HeaderClassName
{
color: #6BA575;
}
.AnyTagClassName
{
color: #6BA575;
}
</style>
background-color css
<style>
a { background-color: #6BA575; }
a { background-color: rgb(107,165,117); }
div.DivClassName
{
background-color: #6BA575;
}
.BgClassName
{
background-color: #6BA575;
}
</style>
border-color css
<style>
span { border-color: #6BA575; }
span { border-color: rgb(107,165,117); }
td.TdClassName
{
border-color: #6BA575;
}
.TagClassName
{
border-color: #6BA575;
}
</style>