Shades of Oxley #6A9976
Tints of Oxley #6A9976
RGB
CMYK
RGB Variations
Color information
#6A9976 (or 0x6A9976) is known color: Oxley. HEX triplet: 6A, 99 and 76. RGB value is (106,153,118). Sum of RGB (Red+Green+Blue) = 106+153+118=377 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.12% from 377); Green value is 153 (60.16% from 255 or 40.58% from 377); Blue value is 118 (46.48% from 255 or 31.30% from 377); Max value from RGB is 153 - color contains mainly: green. Hex color #6A9976 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A9976 is #956689. Grayscale: #878787. Windows color (decimal): -9791114 or 7772522. OLE color: 7772522.
HSL color Cylindrical-coordinate representation of color #6A9976: hue angle of 135.32º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6A9976 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 106 | 153 | 118 | - |
| CMYK | 0.31 | 0 | 0.23 | 0.4 |
| HSL | 135.32º | 0.19% | 0.51% | - |
| HSV(B) | 135.32º | 0.31% | 0.6% | - |
| XYZ | 20.61 | 27.15 | 21.29 | - |
| YUV | 134.96 | 118.43 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 153 | 118 | 0.31 | 0 | 0.23 | 0.4 | 135.32 | 0.19 | 0.51 |
| Hex | 6A | 99 | 76 | 1F | 0 | 17 | 28 | 87 | 13 | 33 |
| Octal | 152 | 231 | 166 | 37 | 0 | 27 | 50 | 207 | 23 | 63 |
| Binary | 1101010 | 10011001 | 1110110 | 11111 | 0 | 10111 | 101000 | 10000111 | 10011 | 110011 |
Color Harmonies of #6A9976
Complementary color
Monochromatic Colors of #6A9976
Black with #6A9976
Text Example
Text Example
White with #6A9976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9976; }
p { color: rgb(106,153,118); }
H1.HeaderClassName
{
color: #6A9976;
}
.AnyTagClassName
{
color: #6A9976;
}
</style>
background-color css
<style>
a { background-color: #6A9976; }
a { background-color: rgb(106,153,118); }
div.DivClassName
{
background-color: #6A9976;
}
.BgClassName
{
background-color: #6A9976;
}
</style>
border-color css
<style>
span { border-color: #6A9976; }
span { border-color: rgb(106,153,118); }
td.TdClassName
{
border-color: #6A9976;
}
.TagClassName
{
border-color: #6A9976;
}
</style>