Shades of Oxley #679B75
Tints of Oxley #679B75
RGB
CMYK
RGB Variations
Color information
#679B75 (or 0x679B75) is known color: Oxley. HEX triplet: 67, 9B and 75. RGB value is (103,155,117). Sum of RGB (Red+Green+Blue) = 103+155+117=375 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.47% from 375); Green value is 155 (60.94% from 255 or 41.33% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 155 - color contains mainly: green. Hex color #679B75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679B75 is #98648A. Grayscale: #878787. Windows color (decimal): -9987211 or 7707495. OLE color: 7707495.
HSL color Cylindrical-coordinate representation of color #679B75: hue angle of 136.15º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #679B75 is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 103 | 155 | 117 | - |
| CMYK | 0.34 | 0 | 0.25 | 0.39 |
| HSL | 136.15º | 0.21% | 0.51% | - |
| HSV(B) | 136.15º | 0.34% | 0.61% | - |
| XYZ | 20.53 | 27.61 | 21.08 | - |
| YUV | 135.12 | 117.77 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 155 | 117 | 0.34 | 0 | 0.25 | 0.39 | 136.15 | 0.21 | 0.51 |
| Hex | 67 | 9B | 75 | 22 | 0 | 19 | 27 | 88 | 15 | 33 |
| Octal | 147 | 233 | 165 | 42 | 0 | 31 | 47 | 210 | 25 | 63 |
| Binary | 1100111 | 10011011 | 1110101 | 100010 | 0 | 11001 | 100111 | 10001000 | 10101 | 110011 |
Color Harmonies of #679B75
Complementary color
Monochromatic Colors of #679B75
Black with #679B75
Text Example
Text Example
White with #679B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679B75; }
p { color: rgb(103,155,117); }
H1.HeaderClassName
{
color: #679B75;
}
.AnyTagClassName
{
color: #679B75;
}
</style>
background-color css
<style>
a { background-color: #679B75; }
a { background-color: rgb(103,155,117); }
div.DivClassName
{
background-color: #679B75;
}
.BgClassName
{
background-color: #679B75;
}
</style>
border-color css
<style>
span { border-color: #679B75; }
span { border-color: rgb(103,155,117); }
td.TdClassName
{
border-color: #679B75;
}
.TagClassName
{
border-color: #679B75;
}
</style>