Shades of Oxley #799982
Tints of Oxley #799982
RGB
CMYK
RGB Variations
Color information
#799982 (or 0x799982) is known color: Oxley. HEX triplet: 79, 99 and 82. RGB value is (121,153,130). Sum of RGB (Red+Green+Blue) = 121+153+130=404 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.95% from 404); Green value is 153 (60.16% from 255 or 37.87% from 404); Blue value is 130 (51.17% from 255 or 32.18% from 404); Max value from RGB is 153 - color contains mainly: green. Hex color #799982 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799982 is #86667D. Grayscale: #8C8C8C. Windows color (decimal): -8808062 or 8558969. OLE color: 8558969.
HSL color Cylindrical-coordinate representation of color #799982: hue angle of 136.88º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #799982 is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 121 | 153 | 130 | - |
| CMYK | 0.21 | 0 | 0.15 | 0.4 |
| HSL | 136.88º | 0.14% | 0.54% | - |
| HSV(B) | 136.88º | 0.21% | 0.6% | - |
| XYZ | 23.31 | 28.46 | 25.38 | - |
| YUV | 140.81 | 121.9 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 153 | 130 | 0.21 | 0 | 0.15 | 0.4 | 136.88 | 0.14 | 0.54 |
| Hex | 79 | 99 | 82 | 15 | 0 | F | 28 | 89 | E | 36 |
| Octal | 171 | 231 | 202 | 25 | 0 | 17 | 50 | 211 | 16 | 66 |
| Binary | 1111001 | 10011001 | 10000010 | 10101 | 0 | 1111 | 101000 | 10001001 | 1110 | 110110 |
Color Harmonies of #799982
Complementary color
Monochromatic Colors of #799982
Black with #799982
Text Example
Text Example
White with #799982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799982; }
p { color: rgb(121,153,130); }
H1.HeaderClassName
{
color: #799982;
}
.AnyTagClassName
{
color: #799982;
}
</style>
background-color css
<style>
a { background-color: #799982; }
a { background-color: rgb(121,153,130); }
div.DivClassName
{
background-color: #799982;
}
.BgClassName
{
background-color: #799982;
}
</style>
border-color css
<style>
span { border-color: #799982; }
span { border-color: rgb(121,153,130); }
td.TdClassName
{
border-color: #799982;
}
.TagClassName
{
border-color: #799982;
}
</style>