Shades of Oxley #74927D
Tints of Oxley #74927D
RGB
CMYK
RGB Variations
Color information
#74927D (or 0x74927D) is known color: Oxley. HEX triplet: 74, 92 and 7D. RGB value is (116,146,125). Sum of RGB (Red+Green+Blue) = 116+146+125=387 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.97% from 387); Green value is 146 (57.42% from 255 or 37.73% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 146 - color contains mainly: green. Hex color #74927D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74927D is #8B6D82. Grayscale: #868686. Windows color (decimal): -9137539 or 8229492. OLE color: 8229492.
HSL color Cylindrical-coordinate representation of color #74927D: hue angle of 138º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #74927D is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 116 | 146 | 125 | - |
| CMYK | 0.21 | 0 | 0.14 | 0.43 |
| HSL | 138º | 0.12% | 0.51% | - |
| HSV(B) | 138º | 0.21% | 0.57% | - |
| XYZ | 21.18 | 25.75 | 23.26 | - |
| YUV | 134.64 | 122.56 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 146 | 125 | 0.21 | 0 | 0.14 | 0.43 | 138 | 0.12 | 0.51 |
| Hex | 74 | 92 | 7D | 15 | 0 | E | 2B | 8A | C | 33 |
| Octal | 164 | 222 | 175 | 25 | 0 | 16 | 53 | 212 | 14 | 63 |
| Binary | 1110100 | 10010010 | 1111101 | 10101 | 0 | 1110 | 101011 | 10001010 | 1100 | 110011 |
Color Harmonies of #74927D
Complementary color
Monochromatic Colors of #74927D
Black with #74927D
Text Example
Text Example
White with #74927D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74927D; }
p { color: rgb(116,146,125); }
H1.HeaderClassName
{
color: #74927D;
}
.AnyTagClassName
{
color: #74927D;
}
</style>
background-color css
<style>
a { background-color: #74927D; }
a { background-color: rgb(116,146,125); }
div.DivClassName
{
background-color: #74927D;
}
.BgClassName
{
background-color: #74927D;
}
</style>
border-color css
<style>
span { border-color: #74927D; }
span { border-color: rgb(116,146,125); }
td.TdClassName
{
border-color: #74927D;
}
.TagClassName
{
border-color: #74927D;
}
</style>