Shades of Oxley #699476
Tints of Oxley #699476
RGB
CMYK
RGB Variations
Color information
#699476 (or 0x699476) is known color: Oxley. HEX triplet: 69, 94 and 76. RGB value is (105,148,118). Sum of RGB (Red+Green+Blue) = 105+148+118=371 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.30% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 148 - color contains mainly: green. Hex color #699476 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699476 is #966B89. Grayscale: #838383. Windows color (decimal): -9857930 or 7771241. OLE color: 7771241.
HSL color Cylindrical-coordinate representation of color #699476: hue angle of 138.14º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #699476 is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 148 | 118 | - |
| CMYK | 0.29 | 0 | 0.20 | 0.42 |
| HSL | 138.14º | 0.17% | 0.5% | - |
| HSV(B) | 138.14º | 0.29% | 0.58% | - |
| XYZ | 19.69 | 25.49 | 21.02 | - |
| YUV | 131.72 | 120.25 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 148 | 118 | 0.29 | 0 | 0.20 | 0.42 | 138.14 | 0.17 | 0.5 |
| Hex | 69 | 94 | 76 | 1D | 0 | 14 | 2A | 8A | 11 | 32 |
| Octal | 151 | 224 | 166 | 35 | 0 | 24 | 52 | 212 | 21 | 62 |
| Binary | 1101001 | 10010100 | 1110110 | 11101 | 0 | 10100 | 101010 | 10001010 | 10001 | 110010 |
Color Harmonies of #699476
Complementary color
Monochromatic Colors of #699476
Black with #699476
Text Example
Text Example
White with #699476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699476; }
p { color: rgb(105,148,118); }
H1.HeaderClassName
{
color: #699476;
}
.AnyTagClassName
{
color: #699476;
}
</style>
background-color css
<style>
a { background-color: #699476; }
a { background-color: rgb(105,148,118); }
div.DivClassName
{
background-color: #699476;
}
.BgClassName
{
background-color: #699476;
}
</style>
border-color css
<style>
span { border-color: #699476; }
span { border-color: rgb(105,148,118); }
td.TdClassName
{
border-color: #699476;
}
.TagClassName
{
border-color: #699476;
}
</style>