Shades of Oxley #699F7C
Tints of Oxley #699F7C
RGB
CMYK
RGB Variations
Color information
#699F7C (or 0x699F7C) is known color: Oxley. HEX triplet: 69, 9F and 7C. RGB value is (105,159,124). Sum of RGB (Red+Green+Blue) = 105+159+124=388 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.06% from 388); Green value is 159 (62.5% from 255 or 40.98% from 388); Blue value is 124 (48.83% from 255 or 31.96% from 388); Max value from RGB is 159 - color contains mainly: green. Hex color #699F7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699F7C is #966083. Grayscale: #8A8A8A. Windows color (decimal): -9855108 or 8167273. OLE color: 8167273.
HSL color Cylindrical-coordinate representation of color #699F7C: hue angle of 141.11º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #699F7C is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 105 | 159 | 124 | - |
| CMYK | 0.34 | 0 | 0.22 | 0.38 |
| HSL | 141.11º | 0.22% | 0.52% | - |
| HSV(B) | 141.11º | 0.34% | 0.62% | - |
| XYZ | 21.86 | 29.25 | 23.56 | - |
| YUV | 138.86 | 119.61 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 159 | 124 | 0.34 | 0 | 0.22 | 0.38 | 141.11 | 0.22 | 0.52 |
| Hex | 69 | 9F | 7C | 22 | 0 | 16 | 26 | 8D | 16 | 34 |
| Octal | 151 | 237 | 174 | 42 | 0 | 26 | 46 | 215 | 26 | 64 |
| Binary | 1101001 | 10011111 | 1111100 | 100010 | 0 | 10110 | 100110 | 10001101 | 10110 | 110100 |
Color Harmonies of #699F7C
Complementary color
Monochromatic Colors of #699F7C
Black with #699F7C
Text Example
Text Example
White with #699F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699F7C; }
p { color: rgb(105,159,124); }
H1.HeaderClassName
{
color: #699F7C;
}
.AnyTagClassName
{
color: #699F7C;
}
</style>
background-color css
<style>
a { background-color: #699F7C; }
a { background-color: rgb(105,159,124); }
div.DivClassName
{
background-color: #699F7C;
}
.BgClassName
{
background-color: #699F7C;
}
</style>
border-color css
<style>
span { border-color: #699F7C; }
span { border-color: rgb(105,159,124); }
td.TdClassName
{
border-color: #699F7C;
}
.TagClassName
{
border-color: #699F7C;
}
</style>