Shades of Oxley #699377
Tints of Oxley #699377
RGB
CMYK
RGB Variations
Color information
#699377 (or 0x699377) is known color: Oxley. HEX triplet: 69, 93 and 77. RGB value is (105,147,119). Sum of RGB (Red+Green+Blue) = 105+147+119=371 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.30% from 371); Green value is 147 (57.81% from 255 or 39.62% from 371); Blue value is 119 (46.88% from 255 or 32.08% from 371); Max value from RGB is 147 - color contains mainly: green. Hex color #699377 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699377 is #966C88. Grayscale: #838383. Windows color (decimal): -9858185 or 7836521. OLE color: 7836521.
HSL color Cylindrical-coordinate representation of color #699377: hue angle of 140º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #699377 is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 147 | 119 | - |
| CMYK | 0.29 | 0 | 0.19 | 0.42 |
| HSL | 140º | 0.17% | 0.49% | - |
| HSV(B) | 140º | 0.29% | 0.58% | - |
| XYZ | 19.59 | 25.2 | 21.28 | - |
| YUV | 131.25 | 121.09 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 147 | 119 | 0.29 | 0 | 0.19 | 0.42 | 140 | 0.17 | 0.49 |
| Hex | 69 | 93 | 77 | 1D | 0 | 13 | 2A | 8C | 11 | 31 |
| Octal | 151 | 223 | 167 | 35 | 0 | 23 | 52 | 214 | 21 | 61 |
| Binary | 1101001 | 10010011 | 1110111 | 11101 | 0 | 10011 | 101010 | 10001100 | 10001 | 110001 |
Color Harmonies of #699377
Complementary color
Monochromatic Colors of #699377
Black with #699377
Text Example
Text Example
White with #699377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699377; }
p { color: rgb(105,147,119); }
H1.HeaderClassName
{
color: #699377;
}
.AnyTagClassName
{
color: #699377;
}
</style>
background-color css
<style>
a { background-color: #699377; }
a { background-color: rgb(105,147,119); }
div.DivClassName
{
background-color: #699377;
}
.BgClassName
{
background-color: #699377;
}
</style>
border-color css
<style>
span { border-color: #699377; }
span { border-color: rgb(105,147,119); }
td.TdClassName
{
border-color: #699377;
}
.TagClassName
{
border-color: #699377;
}
</style>