Shades of Oxley #679875
Tints of Oxley #679875
RGB
CMYK
RGB Variations
Color information
#679875 (or 0x679875) is known color: Oxley. HEX triplet: 67, 98 and 75. RGB value is (103,152,117). Sum of RGB (Red+Green+Blue) = 103+152+117=372 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.69% from 372); Green value is 152 (59.77% from 255 or 40.86% from 372); Blue value is 117 (46.09% from 255 or 31.45% from 372); Max value from RGB is 152 - color contains mainly: green. Hex color #679875 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679875 is #98678A. Grayscale: #858585. Windows color (decimal): -9987979 or 7706727. OLE color: 7706727.
HSL color Cylindrical-coordinate representation of color #679875: hue angle of 137.14º 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 #679875 is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 103 | 152 | 117 | - |
| CMYK | 0.32 | 0 | 0.23 | 0.40 |
| HSL | 137.14º | 0.19% | 0.5% | - |
| HSV(B) | 137.14º | 0.32% | 0.6% | - |
| XYZ | 20.03 | 26.62 | 20.91 | - |
| YUV | 133.36 | 118.77 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 152 | 117 | 0.32 | 0 | 0.23 | 0.40 | 137.14 | 0.19 | 0.5 |
| Hex | 67 | 98 | 75 | 20 | 0 | 17 | 28 | 89 | 13 | 32 |
| Octal | 147 | 230 | 165 | 40 | 0 | 27 | 50 | 211 | 23 | 62 |
| Binary | 1100111 | 10011000 | 1110101 | 100000 | 0 | 10111 | 101000 | 10001001 | 10011 | 110010 |
Color Harmonies of #679875
Complementary color
Monochromatic Colors of #679875
Black with #679875
Text Example
Text Example
White with #679875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679875; }
p { color: rgb(103,152,117); }
H1.HeaderClassName
{
color: #679875;
}
.AnyTagClassName
{
color: #679875;
}
</style>
background-color css
<style>
a { background-color: #679875; }
a { background-color: rgb(103,152,117); }
div.DivClassName
{
background-color: #679875;
}
.BgClassName
{
background-color: #679875;
}
</style>
border-color css
<style>
span { border-color: #679875; }
span { border-color: rgb(103,152,117); }
td.TdClassName
{
border-color: #679875;
}
.TagClassName
{
border-color: #679875;
}
</style>