Shades of Oxley #679F74
Tints of Oxley #679F74
RGB
CMYK
RGB Variations
Color information
#679F74 (or 0x679F74) is known color: Oxley. HEX triplet: 67, 9F and 74. RGB value is (103,159,116). Sum of RGB (Red+Green+Blue) = 103+159+116=378 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.25% from 378); Green value is 159 (62.5% from 255 or 42.06% from 378); Blue value is 116 (45.70% from 255 or 30.69% from 378); Max value from RGB is 159 - color contains mainly: green. Hex color #679F74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679F74 is #98608B. Grayscale: #898989. Windows color (decimal): -9986188 or 7642983. OLE color: 7642983.
HSL color Cylindrical-coordinate representation of color #679F74: hue angle of 133.93º 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 #679F74 is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 159 | 116 | - |
| CMYK | 0.35 | 0 | 0.27 | 0.38 |
| HSL | 133.93º | 0.23% | 0.51% | - |
| HSV(B) | 133.93º | 0.35% | 0.62% | - |
| XYZ | 21.14 | 28.94 | 20.99 | - |
| YUV | 137.35 | 115.95 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 159 | 116 | 0.35 | 0 | 0.27 | 0.38 | 133.93 | 0.23 | 0.51 |
| Hex | 67 | 9F | 74 | 23 | 0 | 1B | 26 | 86 | 17 | 33 |
| Octal | 147 | 237 | 164 | 43 | 0 | 33 | 46 | 206 | 27 | 63 |
| Binary | 1100111 | 10011111 | 1110100 | 100011 | 0 | 11011 | 100110 | 10000110 | 10111 | 110011 |
Color Harmonies of #679F74
Complementary color
Monochromatic Colors of #679F74
Black with #679F74
Text Example
Text Example
White with #679F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679F74; }
p { color: rgb(103,159,116); }
H1.HeaderClassName
{
color: #679F74;
}
.AnyTagClassName
{
color: #679F74;
}
</style>
background-color css
<style>
a { background-color: #679F74; }
a { background-color: rgb(103,159,116); }
div.DivClassName
{
background-color: #679F74;
}
.BgClassName
{
background-color: #679F74;
}
</style>
border-color css
<style>
span { border-color: #679F74; }
span { border-color: rgb(103,159,116); }
td.TdClassName
{
border-color: #679F74;
}
.TagClassName
{
border-color: #679F74;
}
</style>