Shades of Oxley #679878
Tints of Oxley #679878
RGB
CMYK
RGB Variations
Color information
#679878 (or 0x679878) is known color: Oxley. HEX triplet: 67, 98 and 78. RGB value is (103,152,120). Sum of RGB (Red+Green+Blue) = 103+152+120=375 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.47% from 375); Green value is 152 (59.77% from 255 or 40.53% from 375); Blue value is 120 (47.27% from 255 or 32% from 375); Max value from RGB is 152 - color contains mainly: green. Hex color #679878 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679878 is #986787. Grayscale: #858585. Windows color (decimal): -9987976 or 7903335. OLE color: 7903335.
HSL color Cylindrical-coordinate representation of color #679878: hue angle of 140.82º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #679878 is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 103 | 152 | 120 | - |
| CMYK | 0.32 | 0 | 0.21 | 0.40 |
| HSL | 140.82º | 0.19% | 0.5% | - |
| HSV(B) | 140.82º | 0.32% | 0.6% | - |
| XYZ | 20.21 | 26.7 | 21.86 | - |
| YUV | 133.7 | 120.27 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 152 | 120 | 0.32 | 0 | 0.21 | 0.40 | 140.82 | 0.19 | 0.5 |
| Hex | 67 | 98 | 78 | 20 | 0 | 15 | 28 | 8D | 13 | 32 |
| Octal | 147 | 230 | 170 | 40 | 0 | 25 | 50 | 215 | 23 | 62 |
| Binary | 1100111 | 10011000 | 1111000 | 100000 | 0 | 10101 | 101000 | 10001101 | 10011 | 110010 |
Color Harmonies of #679878
Complementary color
Monochromatic Colors of #679878
Black with #679878
Text Example
Text Example
White with #679878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679878; }
p { color: rgb(103,152,120); }
H1.HeaderClassName
{
color: #679878;
}
.AnyTagClassName
{
color: #679878;
}
</style>
background-color css
<style>
a { background-color: #679878; }
a { background-color: rgb(103,152,120); }
div.DivClassName
{
background-color: #679878;
}
.BgClassName
{
background-color: #679878;
}
</style>
border-color css
<style>
span { border-color: #679878; }
span { border-color: rgb(103,152,120); }
td.TdClassName
{
border-color: #679878;
}
.TagClassName
{
border-color: #679878;
}
</style>