Shades of Oxley #699E72
Tints of Oxley #699E72
RGB
CMYK
RGB Variations
Color information
#699E72 (or 0x699E72) is known color: Oxley. HEX triplet: 69, 9E and 72. RGB value is (105,158,114). Sum of RGB (Red+Green+Blue) = 105+158+114=377 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.85% from 377); Green value is 158 (62.11% from 255 or 41.91% from 377); Blue value is 114 (44.92% from 255 or 30.24% from 377); Max value from RGB is 158 - color contains mainly: green. Hex color #699E72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699E72 is #96618D. Grayscale: #898989. Windows color (decimal): -9855374 or 7511657. OLE color: 7511657.
HSL color Cylindrical-coordinate representation of color #699E72: hue angle of 130.19º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #699E72 is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 105 | 158 | 114 | - |
| CMYK | 0.34 | 0 | 0.28 | 0.38 |
| HSL | 130.19º | 0.21% | 0.52% | - |
| HSV(B) | 130.19º | 0.34% | 0.62% | - |
| XYZ | 21.09 | 28.67 | 20.34 | - |
| YUV | 137.14 | 114.94 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 158 | 114 | 0.34 | 0 | 0.28 | 0.38 | 130.19 | 0.21 | 0.52 |
| Hex | 69 | 9E | 72 | 22 | 0 | 1C | 26 | 82 | 15 | 34 |
| Octal | 151 | 236 | 162 | 42 | 0 | 34 | 46 | 202 | 25 | 64 |
| Binary | 1101001 | 10011110 | 1110010 | 100010 | 0 | 11100 | 100110 | 10000010 | 10101 | 110100 |
Color Harmonies of #699E72
Complementary color
Monochromatic Colors of #699E72
Black with #699E72
Text Example
Text Example
White with #699E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699E72; }
p { color: rgb(105,158,114); }
H1.HeaderClassName
{
color: #699E72;
}
.AnyTagClassName
{
color: #699E72;
}
</style>
background-color css
<style>
a { background-color: #699E72; }
a { background-color: rgb(105,158,114); }
div.DivClassName
{
background-color: #699E72;
}
.BgClassName
{
background-color: #699E72;
}
</style>
border-color css
<style>
span { border-color: #699E72; }
span { border-color: rgb(105,158,114); }
td.TdClassName
{
border-color: #699E72;
}
.TagClassName
{
border-color: #699E72;
}
</style>