Shades of Oxley #679775
Tints of Oxley #679775
RGB
CMYK
RGB Variations
Color information
#679775 (or 0x679775) is known color: Oxley. HEX triplet: 67, 97 and 75. RGB value is (103,151,117). Sum of RGB (Red+Green+Blue) = 103+151+117=371 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.76% from 371); Green value is 151 (59.38% from 255 or 40.70% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 151 - color contains mainly: green. Hex color #679775 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679775 is #98688A. Grayscale: #848484. Windows color (decimal): -9988235 or 7706471. OLE color: 7706471.
HSL color Cylindrical-coordinate representation of color #679775: hue angle of 137.5º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #679775 is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 103 | 151 | 117 | - |
| CMYK | 0.32 | 0 | 0.23 | 0.41 |
| HSL | 137.5º | 0.19% | 0.5% | - |
| HSV(B) | 137.5º | 0.32% | 0.59% | - |
| XYZ | 19.87 | 26.3 | 20.86 | - |
| YUV | 132.77 | 119.1 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 151 | 117 | 0.32 | 0 | 0.23 | 0.41 | 137.5 | 0.19 | 0.5 |
| Hex | 67 | 97 | 75 | 20 | 0 | 17 | 29 | 8A | 13 | 32 |
| Octal | 147 | 227 | 165 | 40 | 0 | 27 | 51 | 212 | 23 | 62 |
| Binary | 1100111 | 10010111 | 1110101 | 100000 | 0 | 10111 | 101001 | 10001010 | 10011 | 110010 |
Color Harmonies of #679775
Complementary color
Monochromatic Colors of #679775
Black with #679775
Text Example
Text Example
White with #679775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679775; }
p { color: rgb(103,151,117); }
H1.HeaderClassName
{
color: #679775;
}
.AnyTagClassName
{
color: #679775;
}
</style>
background-color css
<style>
a { background-color: #679775; }
a { background-color: rgb(103,151,117); }
div.DivClassName
{
background-color: #679775;
}
.BgClassName
{
background-color: #679775;
}
</style>
border-color css
<style>
span { border-color: #679775; }
span { border-color: rgb(103,151,117); }
td.TdClassName
{
border-color: #679775;
}
.TagClassName
{
border-color: #679775;
}
</style>