Shades of Oxley #699875
Tints of Oxley #699875
RGB
CMYK
RGB Variations
Color information
#699875 (or 0x699875) is known color: Oxley. HEX triplet: 69, 98 and 75. RGB value is (105,152,117). Sum of RGB (Red+Green+Blue) = 105+152+117=374 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.07% from 374); Green value is 152 (59.77% from 255 or 40.64% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 152 - color contains mainly: green. Hex color #699875 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699875 is #96678A. Grayscale: #868686. Windows color (decimal): -9856907 or 7706729. OLE color: 7706729.
HSL color Cylindrical-coordinate representation of color #699875: hue angle of 135.32º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #699875 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 105 | 152 | 117 | - |
| CMYK | 0.31 | 0 | 0.23 | 0.40 |
| HSL | 135.32º | 0.19% | 0.5% | - |
| HSV(B) | 135.32º | 0.31% | 0.6% | - |
| XYZ | 20.26 | 26.74 | 20.92 | - |
| YUV | 133.96 | 118.43 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 152 | 117 | 0.31 | 0 | 0.23 | 0.40 | 135.32 | 0.19 | 0.5 |
| Hex | 69 | 98 | 75 | 1F | 0 | 17 | 28 | 87 | 13 | 32 |
| Octal | 151 | 230 | 165 | 37 | 0 | 27 | 50 | 207 | 23 | 62 |
| Binary | 1101001 | 10011000 | 1110101 | 11111 | 0 | 10111 | 101000 | 10000111 | 10011 | 110010 |
Color Harmonies of #699875
Complementary color
Monochromatic Colors of #699875
Black with #699875
Text Example
Text Example
White with #699875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699875; }
p { color: rgb(105,152,117); }
H1.HeaderClassName
{
color: #699875;
}
.AnyTagClassName
{
color: #699875;
}
</style>
background-color css
<style>
a { background-color: #699875; }
a { background-color: rgb(105,152,117); }
div.DivClassName
{
background-color: #699875;
}
.BgClassName
{
background-color: #699875;
}
</style>
border-color css
<style>
span { border-color: #699875; }
span { border-color: rgb(105,152,117); }
td.TdClassName
{
border-color: #699875;
}
.TagClassName
{
border-color: #699875;
}
</style>