Shades of Oxley #6FAC78
Tints of Oxley #6FAC78
RGB
CMYK
RGB Variations
Color information
#6FAC78 (or 0x6FAC78) is known color: Oxley. HEX triplet: 6F, AC and 78. RGB value is (111,172,120). Sum of RGB (Red+Green+Blue) = 111+172+120=403 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.54% from 403); Green value is 172 (67.58% from 255 or 42.68% from 403); Blue value is 120 (47.27% from 255 or 29.78% from 403); Max value from RGB is 172 - color contains mainly: green. Hex color #6FAC78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FAC78 is #905387. Grayscale: #939393. Windows color (decimal): -9458568 or 7908463. OLE color: 7908463.
HSL color Cylindrical-coordinate representation of color #6FAC78: hue angle of 128.85º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6FAC78 is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 172 | 120 | - |
| CMYK | 0.35 | 0 | 0.30 | 0.33 |
| HSL | 128.85º | 0.27% | 0.55% | - |
| HSV(B) | 128.85º | 0.35% | 0.67% | - |
| XYZ | 24.7 | 34.24 | 23.08 | - |
| YUV | 147.83 | 112.29 | 101.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 172 | 120 | 0.35 | 0 | 0.30 | 0.33 | 128.85 | 0.27 | 0.55 |
| Hex | 6F | AC | 78 | 23 | 0 | 1E | 21 | 81 | 1B | 37 |
| Octal | 157 | 254 | 170 | 43 | 0 | 36 | 41 | 201 | 33 | 67 |
| Binary | 1101111 | 10101100 | 1111000 | 100011 | 0 | 11110 | 100001 | 10000001 | 11011 | 110111 |
Color Harmonies of #6FAC78
Complementary color
Monochromatic Colors of #6FAC78
Black with #6FAC78
Text Example
Text Example
White with #6FAC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAC78; }
p { color: rgb(111,172,120); }
H1.HeaderClassName
{
color: #6FAC78;
}
.AnyTagClassName
{
color: #6FAC78;
}
</style>
background-color css
<style>
a { background-color: #6FAC78; }
a { background-color: rgb(111,172,120); }
div.DivClassName
{
background-color: #6FAC78;
}
.BgClassName
{
background-color: #6FAC78;
}
</style>
border-color css
<style>
span { border-color: #6FAC78; }
span { border-color: rgb(111,172,120); }
td.TdClassName
{
border-color: #6FAC78;
}
.TagClassName
{
border-color: #6FAC78;
}
</style>