Shades of Oxley #699877
Tints of Oxley #699877
RGB
CMYK
RGB Variations
Color information
#699877 (or 0x699877) is known color: Oxley. HEX triplet: 69, 98 and 77. RGB value is (105,152,119). Sum of RGB (Red+Green+Blue) = 105+152+119=376 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.93% from 376); Green value is 152 (59.77% from 255 or 40.43% from 376); Blue value is 119 (46.88% from 255 or 31.65% from 376); Max value from RGB is 152 - color contains mainly: green. Hex color #699877 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699877 is #966788. Grayscale: #868686. Windows color (decimal): -9856905 or 7837801. OLE color: 7837801.
HSL color Cylindrical-coordinate representation of color #699877: hue angle of 137.87º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #699877 is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 105 | 152 | 119 | - |
| CMYK | 0.31 | 0 | 0.22 | 0.40 |
| HSL | 137.87º | 0.19% | 0.5% | - |
| HSV(B) | 137.87º | 0.31% | 0.6% | - |
| XYZ | 20.38 | 26.79 | 21.55 | - |
| YUV | 134.19 | 119.43 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 152 | 119 | 0.31 | 0 | 0.22 | 0.40 | 137.87 | 0.19 | 0.5 |
| Hex | 69 | 98 | 77 | 1F | 0 | 16 | 28 | 8A | 13 | 32 |
| Octal | 151 | 230 | 167 | 37 | 0 | 26 | 50 | 212 | 23 | 62 |
| Binary | 1101001 | 10011000 | 1110111 | 11111 | 0 | 10110 | 101000 | 10001010 | 10011 | 110010 |
Color Harmonies of #699877
Complementary color
Monochromatic Colors of #699877
Black with #699877
Text Example
Text Example
White with #699877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699877; }
p { color: rgb(105,152,119); }
H1.HeaderClassName
{
color: #699877;
}
.AnyTagClassName
{
color: #699877;
}
</style>
background-color css
<style>
a { background-color: #699877; }
a { background-color: rgb(105,152,119); }
div.DivClassName
{
background-color: #699877;
}
.BgClassName
{
background-color: #699877;
}
</style>
border-color css
<style>
span { border-color: #699877; }
span { border-color: rgb(105,152,119); }
td.TdClassName
{
border-color: #699877;
}
.TagClassName
{
border-color: #699877;
}
</style>