Shades of Oxley #679377
Tints of Oxley #679377
RGB
CMYK
RGB Variations
Color information
#679377 (or 0x679377) is known color: Oxley. HEX triplet: 67, 93 and 77. RGB value is (103,147,119). Sum of RGB (Red+Green+Blue) = 103+147+119=369 (48% of max value = 765). Red value is 103 (40.62% from 255 or 27.91% from 369); Green value is 147 (57.81% from 255 or 39.84% from 369); Blue value is 119 (46.88% from 255 or 32.25% from 369); Max value from RGB is 147 - color contains mainly: green. Hex color #679377 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679377 is #986C88. Grayscale: #828282. Windows color (decimal): -9989257 or 7836519. OLE color: 7836519.
HSL color Cylindrical-coordinate representation of color #679377: hue angle of 141.82º 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 #679377 is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 103 | 147 | 119 | - |
| CMYK | 0.30 | 0 | 0.19 | 0.42 |
| HSL | 141.82º | 0.18% | 0.49% | - |
| HSV(B) | 141.82º | 0.3% | 0.58% | - |
| XYZ | 19.36 | 25.08 | 21.27 | - |
| YUV | 130.65 | 121.42 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 147 | 119 | 0.30 | 0 | 0.19 | 0.42 | 141.82 | 0.18 | 0.49 |
| Hex | 67 | 93 | 77 | 1E | 0 | 13 | 2A | 8E | 12 | 31 |
| Octal | 147 | 223 | 167 | 36 | 0 | 23 | 52 | 216 | 22 | 61 |
| Binary | 1100111 | 10010011 | 1110111 | 11110 | 0 | 10011 | 101010 | 10001110 | 10010 | 110001 |
Color Harmonies of #679377
Complementary color
Monochromatic Colors of #679377
Black with #679377
Text Example
Text Example
White with #679377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679377; }
p { color: rgb(103,147,119); }
H1.HeaderClassName
{
color: #679377;
}
.AnyTagClassName
{
color: #679377;
}
</style>
background-color css
<style>
a { background-color: #679377; }
a { background-color: rgb(103,147,119); }
div.DivClassName
{
background-color: #679377;
}
.BgClassName
{
background-color: #679377;
}
</style>
border-color css
<style>
span { border-color: #679377; }
span { border-color: rgb(103,147,119); }
td.TdClassName
{
border-color: #679377;
}
.TagClassName
{
border-color: #679377;
}
</style>