Shades of Oxley #699471
Tints of Oxley #699471
RGB
CMYK
RGB Variations
Color information
#699471 (or 0x699471) is known color: Oxley. HEX triplet: 69, 94 and 71. RGB value is (105,148,113). Sum of RGB (Red+Green+Blue) = 105+148+113=366 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.69% from 366); Green value is 148 (58.20% from 255 or 40.44% from 366); Blue value is 113 (44.53% from 255 or 30.87% from 366); Max value from RGB is 148 - color contains mainly: green. Hex color #699471 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699471 is #966B8E. Grayscale: #838383. Windows color (decimal): -9857935 or 7443561. OLE color: 7443561.
HSL color Cylindrical-coordinate representation of color #699471: hue angle of 131.16º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #699471 is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 148 | 113 | - |
| CMYK | 0.29 | 0 | 0.24 | 0.42 |
| HSL | 131.16º | 0.17% | 0.5% | - |
| HSV(B) | 131.16º | 0.29% | 0.58% | - |
| XYZ | 19.4 | 25.38 | 19.5 | - |
| YUV | 131.15 | 117.75 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 148 | 113 | 0.29 | 0 | 0.24 | 0.42 | 131.16 | 0.17 | 0.5 |
| Hex | 69 | 94 | 71 | 1D | 0 | 18 | 2A | 83 | 11 | 32 |
| Octal | 151 | 224 | 161 | 35 | 0 | 30 | 52 | 203 | 21 | 62 |
| Binary | 1101001 | 10010100 | 1110001 | 11101 | 0 | 11000 | 101010 | 10000011 | 10001 | 110010 |
Color Harmonies of #699471
Complementary color
Monochromatic Colors of #699471
Black with #699471
Text Example
Text Example
White with #699471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699471; }
p { color: rgb(105,148,113); }
H1.HeaderClassName
{
color: #699471;
}
.AnyTagClassName
{
color: #699471;
}
</style>
background-color css
<style>
a { background-color: #699471; }
a { background-color: rgb(105,148,113); }
div.DivClassName
{
background-color: #699471;
}
.BgClassName
{
background-color: #699471;
}
</style>
border-color css
<style>
span { border-color: #699471; }
span { border-color: rgb(105,148,113); }
td.TdClassName
{
border-color: #699471;
}
.TagClassName
{
border-color: #699471;
}
</style>