Shades of Oxley #679975
Tints of Oxley #679975
RGB
CMYK
RGB Variations
Color information
#679975 (or 0x679975) is known color: Oxley. HEX triplet: 67, 99 and 75. RGB value is (103,153,117). Sum of RGB (Red+Green+Blue) = 103+153+117=373 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.61% from 373); Green value is 153 (60.16% from 255 or 41.02% from 373); Blue value is 117 (46.09% from 255 or 31.37% from 373); Max value from RGB is 153 - color contains mainly: green. Hex color #679975 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679975 is #98668A. Grayscale: #868686. Windows color (decimal): -9987723 or 7706983. OLE color: 7706983.
HSL color Cylindrical-coordinate representation of color #679975: hue angle of 136.8º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #679975 is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 103 | 153 | 117 | - |
| CMYK | 0.33 | 0 | 0.24 | 0.4 |
| HSL | 136.8º | 0.2% | 0.5% | - |
| HSV(B) | 136.8º | 0.33% | 0.6% | - |
| XYZ | 20.2 | 26.95 | 20.97 | - |
| YUV | 133.95 | 118.44 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 153 | 117 | 0.33 | 0 | 0.24 | 0.4 | 136.8 | 0.2 | 0.5 |
| Hex | 67 | 99 | 75 | 21 | 0 | 18 | 28 | 89 | 14 | 32 |
| Octal | 147 | 231 | 165 | 41 | 0 | 30 | 50 | 211 | 24 | 62 |
| Binary | 1100111 | 10011001 | 1110101 | 100001 | 0 | 11000 | 101000 | 10001001 | 10100 | 110010 |
Color Harmonies of #679975
Complementary color
Monochromatic Colors of #679975
Black with #679975
Text Example
Text Example
White with #679975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679975; }
p { color: rgb(103,153,117); }
H1.HeaderClassName
{
color: #679975;
}
.AnyTagClassName
{
color: #679975;
}
</style>
background-color css
<style>
a { background-color: #679975; }
a { background-color: rgb(103,153,117); }
div.DivClassName
{
background-color: #679975;
}
.BgClassName
{
background-color: #679975;
}
</style>
border-color css
<style>
span { border-color: #679975; }
span { border-color: rgb(103,153,117); }
td.TdClassName
{
border-color: #679975;
}
.TagClassName
{
border-color: #679975;
}
</style>