Shades of Oxley #749878
Tints of Oxley #749878
RGB
CMYK
RGB Variations
Color information
#749878 (or 0x749878) is known color: Oxley. HEX triplet: 74, 98 and 78. RGB value is (116,152,120). Sum of RGB (Red+Green+Blue) = 116+152+120=388 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.90% from 388); Green value is 152 (59.77% from 255 or 39.18% from 388); Blue value is 120 (47.27% from 255 or 30.93% from 388); Max value from RGB is 152 - color contains mainly: green. Hex color #749878 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749878 is #8B6787. Grayscale: #898989. Windows color (decimal): -9136008 or 7903348. OLE color: 7903348.
HSL color Cylindrical-coordinate representation of color #749878: hue angle of 126.67º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #749878 is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 116 | 152 | 120 | - |
| CMYK | 0.24 | 0 | 0.21 | 0.40 |
| HSL | 126.67º | 0.15% | 0.53% | - |
| HSV(B) | 126.67º | 0.24% | 0.6% | - |
| XYZ | 21.82 | 27.53 | 21.93 | - |
| YUV | 137.59 | 118.07 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 152 | 120 | 0.24 | 0 | 0.21 | 0.40 | 126.67 | 0.15 | 0.53 |
| Hex | 74 | 98 | 78 | 18 | 0 | 15 | 28 | 7F | F | 35 |
| Octal | 164 | 230 | 170 | 30 | 0 | 25 | 50 | 177 | 17 | 65 |
| Binary | 1110100 | 10011000 | 1111000 | 11000 | 0 | 10101 | 101000 | 1111111 | 1111 | 110101 |
Color Harmonies of #749878
Complementary color
Monochromatic Colors of #749878
Black with #749878
Text Example
Text Example
White with #749878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749878; }
p { color: rgb(116,152,120); }
H1.HeaderClassName
{
color: #749878;
}
.AnyTagClassName
{
color: #749878;
}
</style>
background-color css
<style>
a { background-color: #749878; }
a { background-color: rgb(116,152,120); }
div.DivClassName
{
background-color: #749878;
}
.BgClassName
{
background-color: #749878;
}
</style>
border-color css
<style>
span { border-color: #749878; }
span { border-color: rgb(116,152,120); }
td.TdClassName
{
border-color: #749878;
}
.TagClassName
{
border-color: #749878;
}
</style>