Shades of Oxley #699676
Tints of Oxley #699676
RGB
CMYK
RGB Variations
Color information
#699676 (or 0x699676) is known color: Oxley. HEX triplet: 69, 96 and 76. RGB value is (105,150,118). Sum of RGB (Red+Green+Blue) = 105+150+118=373 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.15% from 373); Green value is 150 (58.98% from 255 or 40.21% from 373); Blue value is 118 (46.48% from 255 or 31.64% from 373); Max value from RGB is 150 - color contains mainly: green. Hex color #699676 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699676 is #966989. Grayscale: #848484. Windows color (decimal): -9857418 or 7771753. OLE color: 7771753.
HSL color Cylindrical-coordinate representation of color #699676: hue angle of 137.33º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #699676 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 105 | 150 | 118 | - |
| CMYK | 0.30 | 0 | 0.21 | 0.41 |
| HSL | 137.33º | 0.18% | 0.5% | - |
| HSV(B) | 137.33º | 0.3% | 0.59% | - |
| XYZ | 20 | 26.12 | 21.13 | - |
| YUV | 132.9 | 119.59 | 108.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 150 | 118 | 0.30 | 0 | 0.21 | 0.41 | 137.33 | 0.18 | 0.5 |
| Hex | 69 | 96 | 76 | 1E | 0 | 15 | 29 | 89 | 12 | 32 |
| Octal | 151 | 226 | 166 | 36 | 0 | 25 | 51 | 211 | 22 | 62 |
| Binary | 1101001 | 10010110 | 1110110 | 11110 | 0 | 10101 | 101001 | 10001001 | 10010 | 110010 |
Color Harmonies of #699676
Complementary color
Monochromatic Colors of #699676
Black with #699676
Text Example
Text Example
White with #699676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699676; }
p { color: rgb(105,150,118); }
H1.HeaderClassName
{
color: #699676;
}
.AnyTagClassName
{
color: #699676;
}
</style>
background-color css
<style>
a { background-color: #699676; }
a { background-color: rgb(105,150,118); }
div.DivClassName
{
background-color: #699676;
}
.BgClassName
{
background-color: #699676;
}
</style>
border-color css
<style>
span { border-color: #699676; }
span { border-color: rgb(105,150,118); }
td.TdClassName
{
border-color: #699676;
}
.TagClassName
{
border-color: #699676;
}
</style>