Shades of Oxley #6C9076
Tints of Oxley #6C9076
RGB
CMYK
RGB Variations
Color information
#6C9076 (or 0x6C9076) is known color: Oxley. HEX triplet: 6C, 90 and 76. RGB value is (108,144,118). Sum of RGB (Red+Green+Blue) = 108+144+118=370 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.19% from 370); Green value is 144 (56.64% from 255 or 38.92% from 370); Blue value is 118 (46.48% from 255 or 31.89% from 370); Max value from RGB is 144 - color contains mainly: green. Hex color #6C9076 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C9076 is #936F89. Grayscale: #828282. Windows color (decimal): -9662346 or 7770220. OLE color: 7770220.
HSL color Cylindrical-coordinate representation of color #6C9076: hue angle of 136.67º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6C9076 is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 108 | 144 | 118 | - |
| CMYK | 0.25 | 0 | 0.18 | 0.44 |
| HSL | 136.67º | 0.14% | 0.49% | - |
| HSV(B) | 136.67º | 0.25% | 0.56% | - |
| XYZ | 19.43 | 24.44 | 20.83 | - |
| YUV | 130.27 | 121.07 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 144 | 118 | 0.25 | 0 | 0.18 | 0.44 | 136.67 | 0.14 | 0.49 |
| Hex | 6C | 90 | 76 | 19 | 0 | 12 | 2C | 89 | E | 31 |
| Octal | 154 | 220 | 166 | 31 | 0 | 22 | 54 | 211 | 16 | 61 |
| Binary | 1101100 | 10010000 | 1110110 | 11001 | 0 | 10010 | 101100 | 10001001 | 1110 | 110001 |
Color Harmonies of #6C9076
Complementary color
Monochromatic Colors of #6C9076
Black with #6C9076
Text Example
Text Example
White with #6C9076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C9076; }
p { color: rgb(108,144,118); }
H1.HeaderClassName
{
color: #6C9076;
}
.AnyTagClassName
{
color: #6C9076;
}
</style>
background-color css
<style>
a { background-color: #6C9076; }
a { background-color: rgb(108,144,118); }
div.DivClassName
{
background-color: #6C9076;
}
.BgClassName
{
background-color: #6C9076;
}
</style>
border-color css
<style>
span { border-color: #6C9076; }
span { border-color: rgb(108,144,118); }
td.TdClassName
{
border-color: #6C9076;
}
.TagClassName
{
border-color: #6C9076;
}
</style>