Shades of Oxley #699874
Tints of Oxley #699874
RGB
CMYK
RGB Variations
Color information
#699874 (or 0x699874) is known color: Oxley. HEX triplet: 69, 98 and 74. RGB value is (105,152,116). Sum of RGB (Red+Green+Blue) = 105+152+116=373 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.15% from 373); Green value is 152 (59.77% from 255 or 40.75% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 152 - color contains mainly: green. Hex color #699874 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699874 is #96678B. Grayscale: #858585. Windows color (decimal): -9856908 or 7641193. OLE color: 7641193.
HSL color Cylindrical-coordinate representation of color #699874: hue angle of 134.04º 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 #699874 is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 105 | 152 | 116 | - |
| CMYK | 0.31 | 0 | 0.24 | 0.40 |
| HSL | 134.04º | 0.19% | 0.5% | - |
| HSV(B) | 134.04º | 0.31% | 0.6% | - |
| XYZ | 20.21 | 26.72 | 20.62 | - |
| YUV | 133.84 | 117.93 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 152 | 116 | 0.31 | 0 | 0.24 | 0.40 | 134.04 | 0.19 | 0.5 |
| Hex | 69 | 98 | 74 | 1F | 0 | 18 | 28 | 86 | 13 | 32 |
| Octal | 151 | 230 | 164 | 37 | 0 | 30 | 50 | 206 | 23 | 62 |
| Binary | 1101001 | 10011000 | 1110100 | 11111 | 0 | 11000 | 101000 | 10000110 | 10011 | 110010 |
Color Harmonies of #699874
Complementary color
Monochromatic Colors of #699874
Black with #699874
Text Example
Text Example
White with #699874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699874; }
p { color: rgb(105,152,116); }
H1.HeaderClassName
{
color: #699874;
}
.AnyTagClassName
{
color: #699874;
}
</style>
background-color css
<style>
a { background-color: #699874; }
a { background-color: rgb(105,152,116); }
div.DivClassName
{
background-color: #699874;
}
.BgClassName
{
background-color: #699874;
}
</style>
border-color css
<style>
span { border-color: #699874; }
span { border-color: rgb(105,152,116); }
td.TdClassName
{
border-color: #699874;
}
.TagClassName
{
border-color: #699874;
}
</style>