Shades of Oxley #78927F
Tints of Oxley #78927F
RGB
CMYK
RGB Variations
Color information
#78927F (or 0x78927F) is known color: Oxley. HEX triplet: 78, 92 and 7F. RGB value is (120,146,127). Sum of RGB (Red+Green+Blue) = 120+146+127=393 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.53% from 393); Green value is 146 (57.42% from 255 or 37.15% from 393); Blue value is 127 (50% from 255 or 32.32% from 393); Max value from RGB is 146 - color contains mainly: green. Hex color #78927F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78927F is #876D80. Grayscale: #888888. Windows color (decimal): -8875393 or 8360568. OLE color: 8360568.
HSL color Cylindrical-coordinate representation of color #78927F: hue angle of 136.15º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #78927F is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 120 | 146 | 127 | - |
| CMYK | 0.18 | 0 | 0.13 | 0.43 |
| HSL | 136.15º | 0.11% | 0.52% | - |
| HSV(B) | 136.15º | 0.18% | 0.57% | - |
| XYZ | 21.86 | 26.08 | 23.96 | - |
| YUV | 136.06 | 122.89 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 146 | 127 | 0.18 | 0 | 0.13 | 0.43 | 136.15 | 0.11 | 0.52 |
| Hex | 78 | 92 | 7F | 12 | 0 | D | 2B | 88 | B | 34 |
| Octal | 170 | 222 | 177 | 22 | 0 | 15 | 53 | 210 | 13 | 64 |
| Binary | 1111000 | 10010010 | 1111111 | 10010 | 0 | 1101 | 101011 | 10001000 | 1011 | 110100 |
Color Harmonies of #78927F
Complementary color
Monochromatic Colors of #78927F
Black with #78927F
Text Example
Text Example
White with #78927F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78927F; }
p { color: rgb(120,146,127); }
H1.HeaderClassName
{
color: #78927F;
}
.AnyTagClassName
{
color: #78927F;
}
</style>
background-color css
<style>
a { background-color: #78927F; }
a { background-color: rgb(120,146,127); }
div.DivClassName
{
background-color: #78927F;
}
.BgClassName
{
background-color: #78927F;
}
</style>
border-color css
<style>
span { border-color: #78927F; }
span { border-color: rgb(120,146,127); }
td.TdClassName
{
border-color: #78927F;
}
.TagClassName
{
border-color: #78927F;
}
</style>