Shades of Oxley #699971
Tints of Oxley #699971
RGB
CMYK
RGB Variations
Color information
#699971 (or 0x699971) is known color: Oxley. HEX triplet: 69, 99 and 71. RGB value is (105,153,113). Sum of RGB (Red+Green+Blue) = 105+153+113=371 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.30% from 371); Green value is 153 (60.16% from 255 or 41.24% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 153 - color contains mainly: green. Hex color #699971 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699971 is #96668E. Grayscale: #868686. Windows color (decimal): -9856655 or 7444841. OLE color: 7444841.
HSL color Cylindrical-coordinate representation of color #699971: hue angle of 130º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #699971 is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 105 | 153 | 113 | - |
| CMYK | 0.31 | 0 | 0.26 | 0.4 |
| HSL | 130º | 0.19% | 0.51% | - |
| HSV(B) | 130º | 0.31% | 0.6% | - |
| XYZ | 20.2 | 26.98 | 19.77 | - |
| YUV | 134.09 | 116.1 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 153 | 113 | 0.31 | 0 | 0.26 | 0.4 | 130 | 0.19 | 0.51 |
| Hex | 69 | 99 | 71 | 1F | 0 | 1A | 28 | 82 | 13 | 33 |
| Octal | 151 | 231 | 161 | 37 | 0 | 32 | 50 | 202 | 23 | 63 |
| Binary | 1101001 | 10011001 | 1110001 | 11111 | 0 | 11010 | 101000 | 10000010 | 10011 | 110011 |
Color Harmonies of #699971
Complementary color
Monochromatic Colors of #699971
Black with #699971
Text Example
Text Example
White with #699971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699971; }
p { color: rgb(105,153,113); }
H1.HeaderClassName
{
color: #699971;
}
.AnyTagClassName
{
color: #699971;
}
</style>
background-color css
<style>
a { background-color: #699971; }
a { background-color: rgb(105,153,113); }
div.DivClassName
{
background-color: #699971;
}
.BgClassName
{
background-color: #699971;
}
</style>
border-color css
<style>
span { border-color: #699971; }
span { border-color: rgb(105,153,113); }
td.TdClassName
{
border-color: #699971;
}
.TagClassName
{
border-color: #699971;
}
</style>