Shades of Oxley #699674
Tints of Oxley #699674
RGB
CMYK
RGB Variations
Color information
#699674 (or 0x699674) is known color: Oxley. HEX triplet: 69, 96 and 74. RGB value is (105,150,116). Sum of RGB (Red+Green+Blue) = 105+150+116=371 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.30% from 371); Green value is 150 (58.98% from 255 or 40.43% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 150 - color contains mainly: green. Hex color #699674 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699674 is #96698B. Grayscale: #848484. Windows color (decimal): -9857420 or 7640681. OLE color: 7640681.
HSL color Cylindrical-coordinate representation of color #699674: hue angle of 134.67º 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 #699674 is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 105 | 150 | 116 | - |
| CMYK | 0.30 | 0 | 0.23 | 0.41 |
| HSL | 134.67º | 0.18% | 0.5% | - |
| HSV(B) | 134.67º | 0.3% | 0.59% | - |
| XYZ | 19.88 | 26.08 | 20.51 | - |
| YUV | 132.67 | 118.59 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 150 | 116 | 0.30 | 0 | 0.23 | 0.41 | 134.67 | 0.18 | 0.5 |
| Hex | 69 | 96 | 74 | 1E | 0 | 17 | 29 | 87 | 12 | 32 |
| Octal | 151 | 226 | 164 | 36 | 0 | 27 | 51 | 207 | 22 | 62 |
| Binary | 1101001 | 10010110 | 1110100 | 11110 | 0 | 10111 | 101001 | 10000111 | 10010 | 110010 |
Color Harmonies of #699674
Complementary color
Monochromatic Colors of #699674
Black with #699674
Text Example
Text Example
White with #699674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699674; }
p { color: rgb(105,150,116); }
H1.HeaderClassName
{
color: #699674;
}
.AnyTagClassName
{
color: #699674;
}
</style>
background-color css
<style>
a { background-color: #699674; }
a { background-color: rgb(105,150,116); }
div.DivClassName
{
background-color: #699674;
}
.BgClassName
{
background-color: #699674;
}
</style>
border-color css
<style>
span { border-color: #699674; }
span { border-color: rgb(105,150,116); }
td.TdClassName
{
border-color: #699674;
}
.TagClassName
{
border-color: #699674;
}
</style>