Shades of Oxley #6BA075
Tints of Oxley #6BA075
RGB
CMYK
RGB Variations
Color information
#6BA075 (or 0x6BA075) is known color: Oxley. HEX triplet: 6B, A0 and 75. RGB value is (107,160,117). Sum of RGB (Red+Green+Blue) = 107+160+117=384 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.86% from 384); Green value is 160 (62.89% from 255 or 41.67% from 384); Blue value is 117 (46.09% from 255 or 30.47% from 384); Max value from RGB is 160 - color contains mainly: green. Hex color #6BA075 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA075 is #945F8A. Grayscale: #8B8B8B. Windows color (decimal): -9723787 or 7708779. OLE color: 7708779.
HSL color Cylindrical-coordinate representation of color #6BA075: hue angle of 131.32º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6BA075 is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 107 | 160 | 117 | - |
| CMYK | 0.33 | 0 | 0.27 | 0.37 |
| HSL | 131.32º | 0.22% | 0.52% | - |
| HSV(B) | 131.32º | 0.33% | 0.63% | - |
| XYZ | 21.85 | 29.55 | 21.38 | - |
| YUV | 139.25 | 115.44 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 160 | 117 | 0.33 | 0 | 0.27 | 0.37 | 131.32 | 0.22 | 0.52 |
| Hex | 6B | A0 | 75 | 21 | 0 | 1B | 25 | 83 | 16 | 34 |
| Octal | 153 | 240 | 165 | 41 | 0 | 33 | 45 | 203 | 26 | 64 |
| Binary | 1101011 | 10100000 | 1110101 | 100001 | 0 | 11011 | 100101 | 10000011 | 10110 | 110100 |
Color Harmonies of #6BA075
Complementary color
Monochromatic Colors of #6BA075
Black with #6BA075
Text Example
Text Example
White with #6BA075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA075; }
p { color: rgb(107,160,117); }
H1.HeaderClassName
{
color: #6BA075;
}
.AnyTagClassName
{
color: #6BA075;
}
</style>
background-color css
<style>
a { background-color: #6BA075; }
a { background-color: rgb(107,160,117); }
div.DivClassName
{
background-color: #6BA075;
}
.BgClassName
{
background-color: #6BA075;
}
</style>
border-color css
<style>
span { border-color: #6BA075; }
span { border-color: rgb(107,160,117); }
td.TdClassName
{
border-color: #6BA075;
}
.TagClassName
{
border-color: #6BA075;
}
</style>