Shades of Oxley #6DAC78
Tints of Oxley #6DAC78
RGB
CMYK
RGB Variations
Color information
#6DAC78 (or 0x6DAC78) is known color: Oxley. HEX triplet: 6D, AC and 78. RGB value is (109,172,120). Sum of RGB (Red+Green+Blue) = 109+172+120=401 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.18% from 401); Green value is 172 (67.58% from 255 or 42.89% from 401); Blue value is 120 (47.27% from 255 or 29.93% from 401); Max value from RGB is 172 - color contains mainly: green. Hex color #6DAC78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DAC78 is #925387. Grayscale: #939393. Windows color (decimal): -9589640 or 7908461. OLE color: 7908461.
HSL color Cylindrical-coordinate representation of color #6DAC78: hue angle of 130.48º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6DAC78 is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 109 | 172 | 120 | - |
| CMYK | 0.37 | 0 | 0.30 | 0.33 |
| HSL | 130.48º | 0.28% | 0.55% | - |
| HSV(B) | 130.48º | 0.37% | 0.67% | - |
| XYZ | 24.45 | 34.11 | 23.07 | - |
| YUV | 147.24 | 112.63 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 172 | 120 | 0.37 | 0 | 0.30 | 0.33 | 130.48 | 0.28 | 0.55 |
| Hex | 6D | AC | 78 | 25 | 0 | 1E | 21 | 82 | 1C | 37 |
| Octal | 155 | 254 | 170 | 45 | 0 | 36 | 41 | 202 | 34 | 67 |
| Binary | 1101101 | 10101100 | 1111000 | 100101 | 0 | 11110 | 100001 | 10000010 | 11100 | 110111 |
Color Harmonies of #6DAC78
Complementary color
Monochromatic Colors of #6DAC78
Black with #6DAC78
Text Example
Text Example
White with #6DAC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAC78; }
p { color: rgb(109,172,120); }
H1.HeaderClassName
{
color: #6DAC78;
}
.AnyTagClassName
{
color: #6DAC78;
}
</style>
background-color css
<style>
a { background-color: #6DAC78; }
a { background-color: rgb(109,172,120); }
div.DivClassName
{
background-color: #6DAC78;
}
.BgClassName
{
background-color: #6DAC78;
}
</style>
border-color css
<style>
span { border-color: #6DAC78; }
span { border-color: rgb(109,172,120); }
td.TdClassName
{
border-color: #6DAC78;
}
.TagClassName
{
border-color: #6DAC78;
}
</style>