Shades of Oxley #699F78
Tints of Oxley #699F78
RGB
CMYK
RGB Variations
Color information
#699F78 (or 0x699F78) is known color: Oxley. HEX triplet: 69, 9F and 78. RGB value is (105,159,120). Sum of RGB (Red+Green+Blue) = 105+159+120=384 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.34% from 384); Green value is 159 (62.5% from 255 or 41.41% from 384); Blue value is 120 (47.27% from 255 or 31.25% from 384); Max value from RGB is 159 - color contains mainly: green. Hex color #699F78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699F78 is #966087. Grayscale: #8A8A8A. Windows color (decimal): -9855112 or 7905129. OLE color: 7905129.
HSL color Cylindrical-coordinate representation of color #699F78: hue angle of 136.67º 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 #699F78 is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 105 | 159 | 120 | - |
| CMYK | 0.34 | 0 | 0.25 | 0.38 |
| HSL | 136.67º | 0.22% | 0.52% | - |
| HSV(B) | 136.67º | 0.34% | 0.62% | - |
| XYZ | 21.61 | 29.16 | 22.26 | - |
| YUV | 138.41 | 117.61 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 159 | 120 | 0.34 | 0 | 0.25 | 0.38 | 136.67 | 0.22 | 0.52 |
| Hex | 69 | 9F | 78 | 22 | 0 | 19 | 26 | 89 | 16 | 34 |
| Octal | 151 | 237 | 170 | 42 | 0 | 31 | 46 | 211 | 26 | 64 |
| Binary | 1101001 | 10011111 | 1111000 | 100010 | 0 | 11001 | 100110 | 10001001 | 10110 | 110100 |
Color Harmonies of #699F78
Complementary color
Monochromatic Colors of #699F78
Black with #699F78
Text Example
Text Example
White with #699F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699F78; }
p { color: rgb(105,159,120); }
H1.HeaderClassName
{
color: #699F78;
}
.AnyTagClassName
{
color: #699F78;
}
</style>
background-color css
<style>
a { background-color: #699F78; }
a { background-color: rgb(105,159,120); }
div.DivClassName
{
background-color: #699F78;
}
.BgClassName
{
background-color: #699F78;
}
</style>
border-color css
<style>
span { border-color: #699F78; }
span { border-color: rgb(105,159,120); }
td.TdClassName
{
border-color: #699F78;
}
.TagClassName
{
border-color: #699F78;
}
</style>