Shades of Oxley #6C9B76
Tints of Oxley #6C9B76
RGB
CMYK
RGB Variations
Color information
#6C9B76 (or 0x6C9B76) is known color: Oxley. HEX triplet: 6C, 9B and 76. RGB value is (108,155,118). Sum of RGB (Red+Green+Blue) = 108+155+118=381 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.35% from 381); Green value is 155 (60.94% from 255 or 40.68% from 381); Blue value is 118 (46.48% from 255 or 30.97% from 381); Max value from RGB is 155 - color contains mainly: green. Hex color #6C9B76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C9B76 is #936489. Grayscale: #888888. Windows color (decimal): -9659530 or 7773036. OLE color: 7773036.
HSL color Cylindrical-coordinate representation of color #6C9B76: hue angle of 132.77º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6C9B76 is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 108 | 155 | 118 | - |
| CMYK | 0.30 | 0 | 0.24 | 0.39 |
| HSL | 132.77º | 0.19% | 0.52% | - |
| HSV(B) | 132.77º | 0.3% | 0.61% | - |
| XYZ | 21.18 | 27.94 | 21.42 | - |
| YUV | 136.73 | 117.43 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 155 | 118 | 0.30 | 0 | 0.24 | 0.39 | 132.77 | 0.19 | 0.52 |
| Hex | 6C | 9B | 76 | 1E | 0 | 18 | 27 | 85 | 13 | 34 |
| Octal | 154 | 233 | 166 | 36 | 0 | 30 | 47 | 205 | 23 | 64 |
| Binary | 1101100 | 10011011 | 1110110 | 11110 | 0 | 11000 | 100111 | 10000101 | 10011 | 110100 |
Color Harmonies of #6C9B76
Complementary color
Monochromatic Colors of #6C9B76
Black with #6C9B76
Text Example
Text Example
White with #6C9B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C9B76; }
p { color: rgb(108,155,118); }
H1.HeaderClassName
{
color: #6C9B76;
}
.AnyTagClassName
{
color: #6C9B76;
}
</style>
background-color css
<style>
a { background-color: #6C9B76; }
a { background-color: rgb(108,155,118); }
div.DivClassName
{
background-color: #6C9B76;
}
.BgClassName
{
background-color: #6C9B76;
}
</style>
border-color css
<style>
span { border-color: #6C9B76; }
span { border-color: rgb(108,155,118); }
td.TdClassName
{
border-color: #6C9B76;
}
.TagClassName
{
border-color: #6C9B76;
}
</style>