Shades of Oxley #679272
Tints of Oxley #679272
RGB
CMYK
RGB Variations
Color information
#679272 (or 0x679272) is known color: Oxley. HEX triplet: 67, 92 and 72. RGB value is (103,146,114). Sum of RGB (Red+Green+Blue) = 103+146+114=363 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.37% from 363); Green value is 146 (57.42% from 255 or 40.22% from 363); Blue value is 114 (44.92% from 255 or 31.40% from 363); Max value from RGB is 146 - color contains mainly: green. Hex color #679272 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679272 is #986D8D. Grayscale: #818181. Windows color (decimal): -9989518 or 7508583. OLE color: 7508583.
HSL color Cylindrical-coordinate representation of color #679272: hue angle of 135.35º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #679272 is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 103 | 146 | 114 | - |
| CMYK | 0.29 | 0 | 0.22 | 0.43 |
| HSL | 135.35º | 0.17% | 0.49% | - |
| HSV(B) | 135.35º | 0.29% | 0.57% | - |
| XYZ | 18.91 | 24.66 | 19.68 | - |
| YUV | 129.5 | 119.25 | 109.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 146 | 114 | 0.29 | 0 | 0.22 | 0.43 | 135.35 | 0.17 | 0.49 |
| Hex | 67 | 92 | 72 | 1D | 0 | 16 | 2B | 87 | 11 | 31 |
| Octal | 147 | 222 | 162 | 35 | 0 | 26 | 53 | 207 | 21 | 61 |
| Binary | 1100111 | 10010010 | 1110010 | 11101 | 0 | 10110 | 101011 | 10000111 | 10001 | 110001 |
Color Harmonies of #679272
Complementary color
Monochromatic Colors of #679272
Black with #679272
Text Example
Text Example
White with #679272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679272; }
p { color: rgb(103,146,114); }
H1.HeaderClassName
{
color: #679272;
}
.AnyTagClassName
{
color: #679272;
}
</style>
background-color css
<style>
a { background-color: #679272; }
a { background-color: rgb(103,146,114); }
div.DivClassName
{
background-color: #679272;
}
.BgClassName
{
background-color: #679272;
}
</style>
border-color css
<style>
span { border-color: #679272; }
span { border-color: rgb(103,146,114); }
td.TdClassName
{
border-color: #679272;
}
.TagClassName
{
border-color: #679272;
}
</style>