Shades of Oxley #6A9376
Tints of Oxley #6A9376
RGB
CMYK
RGB Variations
Color information
#6A9376 (or 0x6A9376) is known color: Oxley. HEX triplet: 6A, 93 and 76. RGB value is (106,147,118). Sum of RGB (Red+Green+Blue) = 106+147+118=371 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.57% from 371); Green value is 147 (57.81% from 255 or 39.62% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 147 - color contains mainly: green. Hex color #6A9376 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A9376 is #956C89. Grayscale: #838383. Windows color (decimal): -9792650 or 7770986. OLE color: 7770986.
HSL color Cylindrical-coordinate representation of color #6A9376: hue angle of 137.56º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6A9376 is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 106 | 147 | 118 | - |
| CMYK | 0.28 | 0 | 0.20 | 0.42 |
| HSL | 137.56º | 0.16% | 0.5% | - |
| HSV(B) | 137.56º | 0.28% | 0.58% | - |
| XYZ | 19.65 | 25.24 | 20.98 | - |
| YUV | 131.44 | 120.42 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 147 | 118 | 0.28 | 0 | 0.20 | 0.42 | 137.56 | 0.16 | 0.5 |
| Hex | 6A | 93 | 76 | 1C | 0 | 14 | 2A | 8A | 10 | 32 |
| Octal | 152 | 223 | 166 | 34 | 0 | 24 | 52 | 212 | 20 | 62 |
| Binary | 1101010 | 10010011 | 1110110 | 11100 | 0 | 10100 | 101010 | 10001010 | 10000 | 110010 |
Color Harmonies of #6A9376
Complementary color
Monochromatic Colors of #6A9376
Black with #6A9376
Text Example
Text Example
White with #6A9376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9376; }
p { color: rgb(106,147,118); }
H1.HeaderClassName
{
color: #6A9376;
}
.AnyTagClassName
{
color: #6A9376;
}
</style>
background-color css
<style>
a { background-color: #6A9376; }
a { background-color: rgb(106,147,118); }
div.DivClassName
{
background-color: #6A9376;
}
.BgClassName
{
background-color: #6A9376;
}
</style>
border-color css
<style>
span { border-color: #6A9376; }
span { border-color: rgb(106,147,118); }
td.TdClassName
{
border-color: #6A9376;
}
.TagClassName
{
border-color: #6A9376;
}
</style>