Shades of Oxley #6BA57A
Tints of Oxley #6BA57A
RGB
CMYK
RGB Variations
Color information
#6BA57A (or 0x6BA57A) is known color: Oxley. HEX triplet: 6B, A5 and 7A. RGB value is (107,165,122). Sum of RGB (Red+Green+Blue) = 107+165+122=394 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.16% from 394); Green value is 165 (64.84% from 255 or 41.88% from 394); Blue value is 122 (48.05% from 255 or 30.96% from 394); Max value from RGB is 165 - color contains mainly: green. Hex color #6BA57A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA57A is #945A85. Grayscale: #8E8E8E. Windows color (decimal): -9722502 or 8037739. OLE color: 8037739.
HSL color Cylindrical-coordinate representation of color #6BA57A: hue angle of 135.52º 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 #6BA57A is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 107 | 165 | 122 | - |
| CMYK | 0.35 | 0 | 0.26 | 0.35 |
| HSL | 135.52º | 0.24% | 0.53% | - |
| HSV(B) | 135.52º | 0.35% | 0.65% | - |
| XYZ | 23.03 | 31.44 | 23.27 | - |
| YUV | 142.76 | 116.28 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 165 | 122 | 0.35 | 0 | 0.26 | 0.35 | 135.52 | 0.24 | 0.53 |
| Hex | 6B | A5 | 7A | 23 | 0 | 1A | 23 | 88 | 18 | 35 |
| Octal | 153 | 245 | 172 | 43 | 0 | 32 | 43 | 210 | 30 | 65 |
| Binary | 1101011 | 10100101 | 1111010 | 100011 | 0 | 11010 | 100011 | 10001000 | 11000 | 110101 |
Color Harmonies of #6BA57A
Complementary color
Monochromatic Colors of #6BA57A
Black with #6BA57A
Text Example
Text Example
White with #6BA57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA57A; }
p { color: rgb(107,165,122); }
H1.HeaderClassName
{
color: #6BA57A;
}
.AnyTagClassName
{
color: #6BA57A;
}
</style>
background-color css
<style>
a { background-color: #6BA57A; }
a { background-color: rgb(107,165,122); }
div.DivClassName
{
background-color: #6BA57A;
}
.BgClassName
{
background-color: #6BA57A;
}
</style>
border-color css
<style>
span { border-color: #6BA57A; }
span { border-color: rgb(107,165,122); }
td.TdClassName
{
border-color: #6BA57A;
}
.TagClassName
{
border-color: #6BA57A;
}
</style>