Shades of Oxley #67927A
Tints of Oxley #67927A
RGB
CMYK
RGB Variations
Color information
#67927A (or 0x67927A) is known color: Oxley. HEX triplet: 67, 92 and 7A. RGB value is (103,146,122). Sum of RGB (Red+Green+Blue) = 103+146+122=371 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.76% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 146 - color contains mainly: green. Hex color #67927A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67927A is #986D85. Grayscale: #828282. Windows color (decimal): -9989510 or 8032871. OLE color: 8032871.
HSL color Cylindrical-coordinate representation of color #67927A: hue angle of 146.51º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #67927A is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 103 | 146 | 122 | - |
| CMYK | 0.29 | 0 | 0.16 | 0.43 |
| HSL | 146.51º | 0.17% | 0.49% | - |
| HSV(B) | 146.51º | 0.29% | 0.57% | - |
| XYZ | 19.39 | 24.85 | 22.19 | - |
| YUV | 130.41 | 123.25 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 146 | 122 | 0.29 | 0 | 0.16 | 0.43 | 146.51 | 0.17 | 0.49 |
| Hex | 67 | 92 | 7A | 1D | 0 | 10 | 2B | 93 | 11 | 31 |
| Octal | 147 | 222 | 172 | 35 | 0 | 20 | 53 | 223 | 21 | 61 |
| Binary | 1100111 | 10010010 | 1111010 | 11101 | 0 | 10000 | 101011 | 10010011 | 10001 | 110001 |
Color Harmonies of #67927A
Complementary color
Monochromatic Colors of #67927A
Black with #67927A
Text Example
Text Example
White with #67927A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67927A; }
p { color: rgb(103,146,122); }
H1.HeaderClassName
{
color: #67927A;
}
.AnyTagClassName
{
color: #67927A;
}
</style>
background-color css
<style>
a { background-color: #67927A; }
a { background-color: rgb(103,146,122); }
div.DivClassName
{
background-color: #67927A;
}
.BgClassName
{
background-color: #67927A;
}
</style>
border-color css
<style>
span { border-color: #67927A; }
span { border-color: rgb(103,146,122); }
td.TdClassName
{
border-color: #67927A;
}
.TagClassName
{
border-color: #67927A;
}
</style>