Shades of Oxley #679971
Tints of Oxley #679971
RGB
CMYK
RGB Variations
Color information
#679971 (or 0x679971) is known color: Oxley. HEX triplet: 67, 99 and 71. RGB value is (103,153,113). Sum of RGB (Red+Green+Blue) = 103+153+113=369 (48% of max value = 765). Red value is 103 (40.62% from 255 or 27.91% from 369); Green value is 153 (60.16% from 255 or 41.46% from 369); Blue value is 113 (44.53% from 255 or 30.62% from 369); Max value from RGB is 153 - color contains mainly: green. Hex color #679971 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679971 is #98668E. Grayscale: #858585. Windows color (decimal): -9987727 or 7444839. OLE color: 7444839.
HSL color Cylindrical-coordinate representation of color #679971: hue angle of 132º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #679971 is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 103 | 153 | 113 | - |
| CMYK | 0.33 | 0 | 0.26 | 0.4 |
| HSL | 132º | 0.2% | 0.5% | - |
| HSV(B) | 132º | 0.33% | 0.6% | - |
| XYZ | 19.97 | 26.86 | 19.75 | - |
| YUV | 133.49 | 116.44 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 153 | 113 | 0.33 | 0 | 0.26 | 0.4 | 132 | 0.2 | 0.5 |
| Hex | 67 | 99 | 71 | 21 | 0 | 1A | 28 | 84 | 14 | 32 |
| Octal | 147 | 231 | 161 | 41 | 0 | 32 | 50 | 204 | 24 | 62 |
| Binary | 1100111 | 10011001 | 1110001 | 100001 | 0 | 11010 | 101000 | 10000100 | 10100 | 110010 |
Color Harmonies of #679971
Complementary color
Monochromatic Colors of #679971
Black with #679971
Text Example
Text Example
White with #679971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679971; }
p { color: rgb(103,153,113); }
H1.HeaderClassName
{
color: #679971;
}
.AnyTagClassName
{
color: #679971;
}
</style>
background-color css
<style>
a { background-color: #679971; }
a { background-color: rgb(103,153,113); }
div.DivClassName
{
background-color: #679971;
}
.BgClassName
{
background-color: #679971;
}
</style>
border-color css
<style>
span { border-color: #679971; }
span { border-color: rgb(103,153,113); }
td.TdClassName
{
border-color: #679971;
}
.TagClassName
{
border-color: #679971;
}
</style>