Shades of Oxley #679673
Tints of Oxley #679673
RGB
CMYK
RGB Variations
Color information
#679673 (or 0x679673) is known color: Oxley. HEX triplet: 67, 96 and 73. RGB value is (103,150,115). Sum of RGB (Red+Green+Blue) = 103+150+115=368 (48% of max value = 765). Red value is 103 (40.62% from 255 or 27.99% from 368); Green value is 150 (58.98% from 255 or 40.76% from 368); Blue value is 115 (45.31% from 255 or 31.25% from 368); Max value from RGB is 150 - color contains mainly: green. Hex color #679673 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679673 is #98698C. Grayscale: #848484. Windows color (decimal): -9988493 or 7575143. OLE color: 7575143.
HSL color Cylindrical-coordinate representation of color #679673: hue angle of 135.32º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #679673 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 103 | 150 | 115 | - |
| CMYK | 0.31 | 0 | 0.23 | 0.41 |
| HSL | 135.32º | 0.19% | 0.5% | - |
| HSV(B) | 135.32º | 0.31% | 0.59% | - |
| XYZ | 19.59 | 25.93 | 20.19 | - |
| YUV | 131.96 | 118.43 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 150 | 115 | 0.31 | 0 | 0.23 | 0.41 | 135.32 | 0.19 | 0.5 |
| Hex | 67 | 96 | 73 | 1F | 0 | 17 | 29 | 87 | 13 | 32 |
| Octal | 147 | 226 | 163 | 37 | 0 | 27 | 51 | 207 | 23 | 62 |
| Binary | 1100111 | 10010110 | 1110011 | 11111 | 0 | 10111 | 101001 | 10000111 | 10011 | 110010 |
Color Harmonies of #679673
Complementary color
Monochromatic Colors of #679673
Black with #679673
Text Example
Text Example
White with #679673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679673; }
p { color: rgb(103,150,115); }
H1.HeaderClassName
{
color: #679673;
}
.AnyTagClassName
{
color: #679673;
}
</style>
background-color css
<style>
a { background-color: #679673; }
a { background-color: rgb(103,150,115); }
div.DivClassName
{
background-color: #679673;
}
.BgClassName
{
background-color: #679673;
}
</style>
border-color css
<style>
span { border-color: #679673; }
span { border-color: rgb(103,150,115); }
td.TdClassName
{
border-color: #679673;
}
.TagClassName
{
border-color: #679673;
}
</style>