Shades of Oxley #6A9F78
Tints of Oxley #6A9F78
RGB
CMYK
RGB Variations
Color information
#6A9F78 (or 0x6A9F78) is known color: Oxley. HEX triplet: 6A, 9F and 78. RGB value is (106,159,120). Sum of RGB (Red+Green+Blue) = 106+159+120=385 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.53% from 385); Green value is 159 (62.5% from 255 or 41.30% from 385); Blue value is 120 (47.27% from 255 or 31.17% from 385); Max value from RGB is 159 - color contains mainly: green. Hex color #6A9F78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A9F78 is #956087. Grayscale: #8A8A8A. Windows color (decimal): -9789576 or 7905130. OLE color: 7905130.
HSL color Cylindrical-coordinate representation of color #6A9F78: hue angle of 135.85º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6A9F78 is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 106 | 159 | 120 | - |
| CMYK | 0.33 | 0 | 0.25 | 0.38 |
| HSL | 135.85º | 0.22% | 0.52% | - |
| HSV(B) | 135.85º | 0.33% | 0.62% | - |
| XYZ | 21.73 | 29.22 | 22.26 | - |
| YUV | 138.71 | 117.44 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 159 | 120 | 0.33 | 0 | 0.25 | 0.38 | 135.85 | 0.22 | 0.52 |
| Hex | 6A | 9F | 78 | 21 | 0 | 19 | 26 | 88 | 16 | 34 |
| Octal | 152 | 237 | 170 | 41 | 0 | 31 | 46 | 210 | 26 | 64 |
| Binary | 1101010 | 10011111 | 1111000 | 100001 | 0 | 11001 | 100110 | 10001000 | 10110 | 110100 |
Color Harmonies of #6A9F78
Complementary color
Monochromatic Colors of #6A9F78
Black with #6A9F78
Text Example
Text Example
White with #6A9F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9F78; }
p { color: rgb(106,159,120); }
H1.HeaderClassName
{
color: #6A9F78;
}
.AnyTagClassName
{
color: #6A9F78;
}
</style>
background-color css
<style>
a { background-color: #6A9F78; }
a { background-color: rgb(106,159,120); }
div.DivClassName
{
background-color: #6A9F78;
}
.BgClassName
{
background-color: #6A9F78;
}
</style>
border-color css
<style>
span { border-color: #6A9F78; }
span { border-color: rgb(106,159,120); }
td.TdClassName
{
border-color: #6A9F78;
}
.TagClassName
{
border-color: #6A9F78;
}
</style>