Shades of Oxley #679074
Tints of Oxley #679074
RGB
CMYK
RGB Variations
Color information
#679074 (or 0x679074) is known color: Oxley. HEX triplet: 67, 90 and 74. RGB value is (103,144,116). Sum of RGB (Red+Green+Blue) = 103+144+116=363 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.37% from 363); Green value is 144 (56.64% from 255 or 39.67% from 363); Blue value is 116 (45.70% from 255 or 31.96% from 363); Max value from RGB is 144 - color contains mainly: green. Hex color #679074 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679074 is #986F8B. Grayscale: #808080. Windows color (decimal): -9990028 or 7639143. OLE color: 7639143.
HSL color Cylindrical-coordinate representation of color #679074: hue angle of 139.02º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #679074 is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 103 | 144 | 116 | - |
| CMYK | 0.28 | 0 | 0.19 | 0.44 |
| HSL | 139.02º | 0.17% | 0.48% | - |
| HSV(B) | 139.02º | 0.28% | 0.56% | - |
| XYZ | 18.72 | 24.09 | 20.19 | - |
| YUV | 128.55 | 120.92 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 144 | 116 | 0.28 | 0 | 0.19 | 0.44 | 139.02 | 0.17 | 0.48 |
| Hex | 67 | 90 | 74 | 1C | 0 | 13 | 2C | 8B | 11 | 30 |
| Octal | 147 | 220 | 164 | 34 | 0 | 23 | 54 | 213 | 21 | 60 |
| Binary | 1100111 | 10010000 | 1110100 | 11100 | 0 | 10011 | 101100 | 10001011 | 10001 | 110000 |
Color Harmonies of #679074
Complementary color
Monochromatic Colors of #679074
Black with #679074
Text Example
Text Example
White with #679074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679074; }
p { color: rgb(103,144,116); }
H1.HeaderClassName
{
color: #679074;
}
.AnyTagClassName
{
color: #679074;
}
</style>
background-color css
<style>
a { background-color: #679074; }
a { background-color: rgb(103,144,116); }
div.DivClassName
{
background-color: #679074;
}
.BgClassName
{
background-color: #679074;
}
</style>
border-color css
<style>
span { border-color: #679074; }
span { border-color: rgb(103,144,116); }
td.TdClassName
{
border-color: #679074;
}
.TagClassName
{
border-color: #679074;
}
</style>