Shades of Oxley #699E76
Tints of Oxley #699E76
RGB
CMYK
RGB Variations
Color information
#699E76 (or 0x699E76) is known color: Oxley. HEX triplet: 69, 9E and 76. RGB value is (105,158,118). Sum of RGB (Red+Green+Blue) = 105+158+118=381 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.56% from 381); Green value is 158 (62.11% from 255 or 41.47% from 381); Blue value is 118 (46.48% from 255 or 30.97% from 381); Max value from RGB is 158 - color contains mainly: green. Hex color #699E76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699E76 is #966189. Grayscale: #898989. Windows color (decimal): -9855370 or 7773801. OLE color: 7773801.
HSL color Cylindrical-coordinate representation of color #699E76: hue angle of 134.72º 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 #699E76 is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 105 | 158 | 118 | - |
| CMYK | 0.34 | 0 | 0.25 | 0.38 |
| HSL | 134.72º | 0.21% | 0.52% | - |
| HSV(B) | 134.72º | 0.34% | 0.62% | - |
| XYZ | 21.32 | 28.76 | 21.57 | - |
| YUV | 137.59 | 116.94 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 158 | 118 | 0.34 | 0 | 0.25 | 0.38 | 134.72 | 0.21 | 0.52 |
| Hex | 69 | 9E | 76 | 22 | 0 | 19 | 26 | 87 | 15 | 34 |
| Octal | 151 | 236 | 166 | 42 | 0 | 31 | 46 | 207 | 25 | 64 |
| Binary | 1101001 | 10011110 | 1110110 | 100010 | 0 | 11001 | 100110 | 10000111 | 10101 | 110100 |
Color Harmonies of #699E76
Complementary color
Monochromatic Colors of #699E76
Black with #699E76
Text Example
Text Example
White with #699E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699E76; }
p { color: rgb(105,158,118); }
H1.HeaderClassName
{
color: #699E76;
}
.AnyTagClassName
{
color: #699E76;
}
</style>
background-color css
<style>
a { background-color: #699E76; }
a { background-color: rgb(105,158,118); }
div.DivClassName
{
background-color: #699E76;
}
.BgClassName
{
background-color: #699E76;
}
</style>
border-color css
<style>
span { border-color: #699E76; }
span { border-color: rgb(105,158,118); }
td.TdClassName
{
border-color: #699E76;
}
.TagClassName
{
border-color: #699E76;
}
</style>