Shades of Oxley #6A9B7F
Tints of Oxley #6A9B7F
RGB
CMYK
RGB Variations
Color information
#6A9B7F (or 0x6A9B7F) is known color: Oxley. HEX triplet: 6A, 9B and 7F. RGB value is (106,155,127). Sum of RGB (Red+Green+Blue) = 106+155+127=388 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.32% from 388); Green value is 155 (60.94% from 255 or 39.95% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 155 - color contains mainly: green. Hex color #6A9B7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A9B7F is #956480. Grayscale: #898989. Windows color (decimal): -9790593 or 8362858. OLE color: 8362858.
HSL color Cylindrical-coordinate representation of color #6A9B7F: hue angle of 145.71º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6A9B7F is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 106 | 155 | 127 | - |
| CMYK | 0.32 | 0 | 0.18 | 0.39 |
| HSL | 145.71º | 0.2% | 0.51% | - |
| HSV(B) | 145.71º | 0.32% | 0.61% | - |
| XYZ | 21.5 | 28.04 | 24.36 | - |
| YUV | 137.16 | 122.27 | 105.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 155 | 127 | 0.32 | 0 | 0.18 | 0.39 | 145.71 | 0.2 | 0.51 |
| Hex | 6A | 9B | 7F | 20 | 0 | 12 | 27 | 92 | 14 | 33 |
| Octal | 152 | 233 | 177 | 40 | 0 | 22 | 47 | 222 | 24 | 63 |
| Binary | 1101010 | 10011011 | 1111111 | 100000 | 0 | 10010 | 100111 | 10010010 | 10100 | 110011 |
Color Harmonies of #6A9B7F
Complementary color
Monochromatic Colors of #6A9B7F
Black with #6A9B7F
Text Example
Text Example
White with #6A9B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9B7F; }
p { color: rgb(106,155,127); }
H1.HeaderClassName
{
color: #6A9B7F;
}
.AnyTagClassName
{
color: #6A9B7F;
}
</style>
background-color css
<style>
a { background-color: #6A9B7F; }
a { background-color: rgb(106,155,127); }
div.DivClassName
{
background-color: #6A9B7F;
}
.BgClassName
{
background-color: #6A9B7F;
}
</style>
border-color css
<style>
span { border-color: #6A9B7F; }
span { border-color: rgb(106,155,127); }
td.TdClassName
{
border-color: #6A9B7F;
}
.TagClassName
{
border-color: #6A9B7F;
}
</style>