Shades of Oxley #679F6D
Tints of Oxley #679F6D
RGB
CMYK
RGB Variations
Color information
#679F6D (or 0x679F6D) is known color: Oxley. HEX triplet: 67, 9F and 6D. RGB value is (103,159,109). Sum of RGB (Red+Green+Blue) = 103+159+109=371 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.76% from 371); Green value is 159 (62.5% from 255 or 42.86% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 159 - color contains mainly: green. Hex color #679F6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679F6D is #986092. Grayscale: #888888. Windows color (decimal): -9986195 or 7184231. OLE color: 7184231.
HSL color Cylindrical-coordinate representation of color #679F6D: hue angle of 126.43º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #679F6D is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 159 | 109 | - |
| CMYK | 0.35 | 0 | 0.31 | 0.38 |
| HSL | 126.43º | 0.23% | 0.51% | - |
| HSV(B) | 126.43º | 0.35% | 0.62% | - |
| XYZ | 20.75 | 28.78 | 18.93 | - |
| YUV | 136.56 | 112.45 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 159 | 109 | 0.35 | 0 | 0.31 | 0.38 | 126.43 | 0.23 | 0.51 |
| Hex | 67 | 9F | 6D | 23 | 0 | 1F | 26 | 7E | 17 | 33 |
| Octal | 147 | 237 | 155 | 43 | 0 | 37 | 46 | 176 | 27 | 63 |
| Binary | 1100111 | 10011111 | 1101101 | 100011 | 0 | 11111 | 100110 | 1111110 | 10111 | 110011 |
Color Harmonies of #679F6D
Complementary color
Monochromatic Colors of #679F6D
Black with #679F6D
Text Example
Text Example
White with #679F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679F6D; }
p { color: rgb(103,159,109); }
H1.HeaderClassName
{
color: #679F6D;
}
.AnyTagClassName
{
color: #679F6D;
}
</style>
background-color css
<style>
a { background-color: #679F6D; }
a { background-color: rgb(103,159,109); }
div.DivClassName
{
background-color: #679F6D;
}
.BgClassName
{
background-color: #679F6D;
}
</style>
border-color css
<style>
span { border-color: #679F6D; }
span { border-color: rgb(103,159,109); }
td.TdClassName
{
border-color: #679F6D;
}
.TagClassName
{
border-color: #679F6D;
}
</style>