Shades of Oxley #6C9C75
Tints of Oxley #6C9C75
RGB
CMYK
RGB Variations
Color information
#6C9C75 (or 0x6C9C75) is known color: Oxley. HEX triplet: 6C, 9C and 75. RGB value is (108,156,117). Sum of RGB (Red+Green+Blue) = 108+156+117=381 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.35% from 381); Green value is 156 (61.33% from 255 or 40.94% from 381); Blue value is 117 (46.09% from 255 or 30.71% from 381); Max value from RGB is 156 - color contains mainly: green. Hex color #6C9C75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C9C75 is #93638A. Grayscale: #898989. Windows color (decimal): -9659275 or 7707756. OLE color: 7707756.
HSL color Cylindrical-coordinate representation of color #6C9C75: hue angle of 131.25º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6C9C75 is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 108 | 156 | 117 | - |
| CMYK | 0.31 | 0 | 0.25 | 0.39 |
| HSL | 131.25º | 0.2% | 0.52% | - |
| HSV(B) | 131.25º | 0.31% | 0.61% | - |
| XYZ | 21.28 | 28.25 | 21.16 | - |
| YUV | 137.2 | 116.6 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 156 | 117 | 0.31 | 0 | 0.25 | 0.39 | 131.25 | 0.2 | 0.52 |
| Hex | 6C | 9C | 75 | 1F | 0 | 19 | 27 | 83 | 14 | 34 |
| Octal | 154 | 234 | 165 | 37 | 0 | 31 | 47 | 203 | 24 | 64 |
| Binary | 1101100 | 10011100 | 1110101 | 11111 | 0 | 11001 | 100111 | 10000011 | 10100 | 110100 |
Color Harmonies of #6C9C75
Complementary color
Monochromatic Colors of #6C9C75
Black with #6C9C75
Text Example
Text Example
White with #6C9C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C9C75; }
p { color: rgb(108,156,117); }
H1.HeaderClassName
{
color: #6C9C75;
}
.AnyTagClassName
{
color: #6C9C75;
}
</style>
background-color css
<style>
a { background-color: #6C9C75; }
a { background-color: rgb(108,156,117); }
div.DivClassName
{
background-color: #6C9C75;
}
.BgClassName
{
background-color: #6C9C75;
}
</style>
border-color css
<style>
span { border-color: #6C9C75; }
span { border-color: rgb(108,156,117); }
td.TdClassName
{
border-color: #6C9C75;
}
.TagClassName
{
border-color: #6C9C75;
}
</style>