Shades of Oxley #679872
Tints of Oxley #679872
RGB
CMYK
RGB Variations
Color information
#679872 (or 0x679872) is known color: Oxley. HEX triplet: 67, 98 and 72. RGB value is (103,152,114). Sum of RGB (Red+Green+Blue) = 103+152+114=369 (48% of max value = 765). Red value is 103 (40.62% from 255 or 27.91% from 369); Green value is 152 (59.77% from 255 or 41.19% from 369); Blue value is 114 (44.92% from 255 or 30.89% from 369); Max value from RGB is 152 - color contains mainly: green. Hex color #679872 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679872 is #98678D. Grayscale: #858585. Windows color (decimal): -9987982 or 7510119. OLE color: 7510119.
HSL color Cylindrical-coordinate representation of color #679872: hue angle of 133.47º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #679872 is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 103 | 152 | 114 | - |
| CMYK | 0.32 | 0 | 0.25 | 0.40 |
| HSL | 133.47º | 0.19% | 0.5% | - |
| HSV(B) | 133.47º | 0.32% | 0.6% | - |
| XYZ | 19.86 | 26.55 | 20 | - |
| YUV | 133.02 | 117.27 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 152 | 114 | 0.32 | 0 | 0.25 | 0.40 | 133.47 | 0.19 | 0.5 |
| Hex | 67 | 98 | 72 | 20 | 0 | 19 | 28 | 85 | 13 | 32 |
| Octal | 147 | 230 | 162 | 40 | 0 | 31 | 50 | 205 | 23 | 62 |
| Binary | 1100111 | 10011000 | 1110010 | 100000 | 0 | 11001 | 101000 | 10000101 | 10011 | 110010 |
Color Harmonies of #679872
Complementary color
Monochromatic Colors of #679872
Black with #679872
Text Example
Text Example
White with #679872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679872; }
p { color: rgb(103,152,114); }
H1.HeaderClassName
{
color: #679872;
}
.AnyTagClassName
{
color: #679872;
}
</style>
background-color css
<style>
a { background-color: #679872; }
a { background-color: rgb(103,152,114); }
div.DivClassName
{
background-color: #679872;
}
.BgClassName
{
background-color: #679872;
}
</style>
border-color css
<style>
span { border-color: #679872; }
span { border-color: rgb(103,152,114); }
td.TdClassName
{
border-color: #679872;
}
.TagClassName
{
border-color: #679872;
}
</style>