Shades of Oxley #679D7F
Tints of Oxley #679D7F
RGB
CMYK
RGB Variations
Color information
#679D7F (or 0x679D7F) is known color: Oxley. HEX triplet: 67, 9D and 7F. RGB value is (103,157,127). Sum of RGB (Red+Green+Blue) = 103+157+127=387 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.61% from 387); Green value is 157 (61.72% from 255 or 40.57% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 157 - color contains mainly: green. Hex color #679D7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679D7F is #986280. Grayscale: #898989. Windows color (decimal): -9986689 or 8363367. OLE color: 8363367.
HSL color Cylindrical-coordinate representation of color #679D7F: hue angle of 146.67º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #679D7F is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 157 | 127 | - |
| CMYK | 0.34 | 0 | 0.19 | 0.38 |
| HSL | 146.67º | 0.22% | 0.51% | - |
| HSV(B) | 146.67º | 0.34% | 0.62% | - |
| XYZ | 21.48 | 28.53 | 24.45 | - |
| YUV | 137.43 | 122.11 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 157 | 127 | 0.34 | 0 | 0.19 | 0.38 | 146.67 | 0.22 | 0.51 |
| Hex | 67 | 9D | 7F | 22 | 0 | 13 | 26 | 93 | 16 | 33 |
| Octal | 147 | 235 | 177 | 42 | 0 | 23 | 46 | 223 | 26 | 63 |
| Binary | 1100111 | 10011101 | 1111111 | 100010 | 0 | 10011 | 100110 | 10010011 | 10110 | 110011 |
Color Harmonies of #679D7F
Complementary color
Monochromatic Colors of #679D7F
Black with #679D7F
Text Example
Text Example
White with #679D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679D7F; }
p { color: rgb(103,157,127); }
H1.HeaderClassName
{
color: #679D7F;
}
.AnyTagClassName
{
color: #679D7F;
}
</style>
background-color css
<style>
a { background-color: #679D7F; }
a { background-color: rgb(103,157,127); }
div.DivClassName
{
background-color: #679D7F;
}
.BgClassName
{
background-color: #679D7F;
}
</style>
border-color css
<style>
span { border-color: #679D7F; }
span { border-color: rgb(103,157,127); }
td.TdClassName
{
border-color: #679D7F;
}
.TagClassName
{
border-color: #679D7F;
}
</style>