Shades of Oxley #679F6C
Tints of Oxley #679F6C
RGB
CMYK
RGB Variations
Color information
#679F6C (or 0x679F6C) is known color: Oxley. HEX triplet: 67, 9F and 6C. RGB value is (103,159,108). Sum of RGB (Red+Green+Blue) = 103+159+108=370 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.84% from 370); Green value is 159 (62.5% from 255 or 42.97% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 159 - color contains mainly: green. Hex color #679F6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679F6C is #986093. Grayscale: #888888. Windows color (decimal): -9986196 or 7118695. OLE color: 7118695.
HSL color Cylindrical-coordinate representation of color #679F6C: hue angle of 125.36º 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 #679F6C is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 159 | 108 | - |
| CMYK | 0.35 | 0 | 0.32 | 0.38 |
| HSL | 125.36º | 0.23% | 0.51% | - |
| HSV(B) | 125.36º | 0.35% | 0.62% | - |
| XYZ | 20.7 | 28.76 | 18.65 | - |
| YUV | 136.44 | 111.95 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 159 | 108 | 0.35 | 0 | 0.32 | 0.38 | 125.36 | 0.23 | 0.51 |
| Hex | 67 | 9F | 6C | 23 | 0 | 20 | 26 | 7D | 17 | 33 |
| Octal | 147 | 237 | 154 | 43 | 0 | 40 | 46 | 175 | 27 | 63 |
| Binary | 1100111 | 10011111 | 1101100 | 100011 | 0 | 100000 | 100110 | 1111101 | 10111 | 110011 |
Color Harmonies of #679F6C
Complementary color
Monochromatic Colors of #679F6C
Black with #679F6C
Text Example
Text Example
White with #679F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679F6C; }
p { color: rgb(103,159,108); }
H1.HeaderClassName
{
color: #679F6C;
}
.AnyTagClassName
{
color: #679F6C;
}
</style>
background-color css
<style>
a { background-color: #679F6C; }
a { background-color: rgb(103,159,108); }
div.DivClassName
{
background-color: #679F6C;
}
.BgClassName
{
background-color: #679F6C;
}
</style>
border-color css
<style>
span { border-color: #679F6C; }
span { border-color: rgb(103,159,108); }
td.TdClassName
{
border-color: #679F6C;
}
.TagClassName
{
border-color: #679F6C;
}
</style>