Shades of Oxley #679373
Tints of Oxley #679373
RGB
CMYK
RGB Variations
Color information
#679373 (or 0x679373) is known color: Oxley. HEX triplet: 67, 93 and 73. RGB value is (103,147,115). Sum of RGB (Red+Green+Blue) = 103+147+115=365 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.22% from 365); Green value is 147 (57.81% from 255 or 40.27% from 365); Blue value is 115 (45.31% from 255 or 31.51% from 365); Max value from RGB is 147 - color contains mainly: green. Hex color #679373 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679373 is #986C8C. Grayscale: #828282. Windows color (decimal): -9989261 or 7574375. OLE color: 7574375.
HSL color Cylindrical-coordinate representation of color #679373: hue angle of 136.36º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #679373 is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 103 | 147 | 115 | - |
| CMYK | 0.30 | 0 | 0.22 | 0.42 |
| HSL | 136.36º | 0.18% | 0.49% | - |
| HSV(B) | 136.36º | 0.3% | 0.58% | - |
| XYZ | 19.12 | 24.99 | 20.04 | - |
| YUV | 130.2 | 119.42 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 147 | 115 | 0.30 | 0 | 0.22 | 0.42 | 136.36 | 0.18 | 0.49 |
| Hex | 67 | 93 | 73 | 1E | 0 | 16 | 2A | 88 | 12 | 31 |
| Octal | 147 | 223 | 163 | 36 | 0 | 26 | 52 | 210 | 22 | 61 |
| Binary | 1100111 | 10010011 | 1110011 | 11110 | 0 | 10110 | 101010 | 10001000 | 10010 | 110001 |
Color Harmonies of #679373
Complementary color
Monochromatic Colors of #679373
Black with #679373
Text Example
Text Example
White with #679373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679373; }
p { color: rgb(103,147,115); }
H1.HeaderClassName
{
color: #679373;
}
.AnyTagClassName
{
color: #679373;
}
</style>
background-color css
<style>
a { background-color: #679373; }
a { background-color: rgb(103,147,115); }
div.DivClassName
{
background-color: #679373;
}
.BgClassName
{
background-color: #679373;
}
</style>
border-color css
<style>
span { border-color: #679373; }
span { border-color: rgb(103,147,115); }
td.TdClassName
{
border-color: #679373;
}
.TagClassName
{
border-color: #679373;
}
</style>