Shades of Oxley #769683
Tints of Oxley #769683
RGB
CMYK
RGB Variations
Color information
#769683 (or 0x769683) is known color: Oxley. HEX triplet: 76, 96 and 83. RGB value is (118,150,131). Sum of RGB (Red+Green+Blue) = 118+150+131=399 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.57% from 399); Green value is 150 (58.98% from 255 or 37.59% from 399); Blue value is 131 (51.56% from 255 or 32.83% from 399); Max value from RGB is 150 - color contains mainly: green. Hex color #769683 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769683 is #89697C. Grayscale: #8A8A8A. Windows color (decimal): -9005437 or 8623734. OLE color: 8623734.
HSL color Cylindrical-coordinate representation of color #769683: hue angle of 144.38º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #769683 is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 118 | 150 | 131 | - |
| CMYK | 0.21 | 0 | 0.13 | 0.41 |
| HSL | 144.38º | 0.13% | 0.53% | - |
| HSV(B) | 144.38º | 0.21% | 0.59% | - |
| XYZ | 22.47 | 27.3 | 25.56 | - |
| YUV | 138.27 | 123.9 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 150 | 131 | 0.21 | 0 | 0.13 | 0.41 | 144.38 | 0.13 | 0.53 |
| Hex | 76 | 96 | 83 | 15 | 0 | D | 29 | 90 | D | 35 |
| Octal | 166 | 226 | 203 | 25 | 0 | 15 | 51 | 220 | 15 | 65 |
| Binary | 1110110 | 10010110 | 10000011 | 10101 | 0 | 1101 | 101001 | 10010000 | 1101 | 110101 |
Color Harmonies of #769683
Complementary color
Monochromatic Colors of #769683
Black with #769683
Text Example
Text Example
White with #769683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769683; }
p { color: rgb(118,150,131); }
H1.HeaderClassName
{
color: #769683;
}
.AnyTagClassName
{
color: #769683;
}
</style>
background-color css
<style>
a { background-color: #769683; }
a { background-color: rgb(118,150,131); }
div.DivClassName
{
background-color: #769683;
}
.BgClassName
{
background-color: #769683;
}
</style>
border-color css
<style>
span { border-color: #769683; }
span { border-color: rgb(118,150,131); }
td.TdClassName
{
border-color: #769683;
}
.TagClassName
{
border-color: #769683;
}
</style>