Shades of Oxley #6BA374
Tints of Oxley #6BA374
RGB
CMYK
RGB Variations
Color information
#6BA374 (or 0x6BA374) is known color: Oxley. HEX triplet: 6B, A3 and 74. RGB value is (107,163,116). Sum of RGB (Red+Green+Blue) = 107+163+116=386 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.72% from 386); Green value is 163 (64.06% from 255 or 42.23% from 386); Blue value is 116 (45.70% from 255 or 30.05% from 386); Max value from RGB is 163 - color contains mainly: green. Hex color #6BA374 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA374 is #945C8B. Grayscale: #8D8D8D. Windows color (decimal): -9723020 or 7644011. OLE color: 7644011.
HSL color Cylindrical-coordinate representation of color #6BA374: hue angle of 129.64º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6BA374 is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 107 | 163 | 116 | - |
| CMYK | 0.34 | 0 | 0.29 | 0.36 |
| HSL | 129.64º | 0.23% | 0.53% | - |
| HSV(B) | 129.64º | 0.34% | 0.64% | - |
| XYZ | 22.31 | 30.58 | 21.25 | - |
| YUV | 140.9 | 113.95 | 103.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 163 | 116 | 0.34 | 0 | 0.29 | 0.36 | 129.64 | 0.23 | 0.53 |
| Hex | 6B | A3 | 74 | 22 | 0 | 1D | 24 | 82 | 17 | 35 |
| Octal | 153 | 243 | 164 | 42 | 0 | 35 | 44 | 202 | 27 | 65 |
| Binary | 1101011 | 10100011 | 1110100 | 100010 | 0 | 11101 | 100100 | 10000010 | 10111 | 110101 |
Color Harmonies of #6BA374
Complementary color
Monochromatic Colors of #6BA374
Black with #6BA374
Text Example
Text Example
White with #6BA374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA374; }
p { color: rgb(107,163,116); }
H1.HeaderClassName
{
color: #6BA374;
}
.AnyTagClassName
{
color: #6BA374;
}
</style>
background-color css
<style>
a { background-color: #6BA374; }
a { background-color: rgb(107,163,116); }
div.DivClassName
{
background-color: #6BA374;
}
.BgClassName
{
background-color: #6BA374;
}
</style>
border-color css
<style>
span { border-color: #6BA374; }
span { border-color: rgb(107,163,116); }
td.TdClassName
{
border-color: #6BA374;
}
.TagClassName
{
border-color: #6BA374;
}
</style>