Shades of Oxley #67917A
Tints of Oxley #67917A
RGB
CMYK
RGB Variations
Color information
#67917A (or 0x67917A) is known color: Oxley. HEX triplet: 67, 91 and 7A. RGB value is (103,145,122). Sum of RGB (Red+Green+Blue) = 103+145+122=370 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.84% from 370); Green value is 145 (57.03% from 255 or 39.19% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 145 - color contains mainly: green. Hex color #67917A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67917A is #986E85. Grayscale: #818181. Windows color (decimal): -9989766 or 8032615. OLE color: 8032615.
HSL color Cylindrical-coordinate representation of color #67917A: hue angle of 147.14º 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 #67917A is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 103 | 145 | 122 | - |
| CMYK | 0.29 | 0 | 0.16 | 0.43 |
| HSL | 147.14º | 0.17% | 0.49% | - |
| HSV(B) | 147.14º | 0.29% | 0.57% | - |
| XYZ | 19.23 | 24.54 | 22.14 | - |
| YUV | 129.82 | 123.59 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 145 | 122 | 0.29 | 0 | 0.16 | 0.43 | 147.14 | 0.17 | 0.49 |
| Hex | 67 | 91 | 7A | 1D | 0 | 10 | 2B | 93 | 11 | 31 |
| Octal | 147 | 221 | 172 | 35 | 0 | 20 | 53 | 223 | 21 | 61 |
| Binary | 1100111 | 10010001 | 1111010 | 11101 | 0 | 10000 | 101011 | 10010011 | 10001 | 110001 |
Color Harmonies of #67917A
Complementary color
Monochromatic Colors of #67917A
Black with #67917A
Text Example
Text Example
White with #67917A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67917A; }
p { color: rgb(103,145,122); }
H1.HeaderClassName
{
color: #67917A;
}
.AnyTagClassName
{
color: #67917A;
}
</style>
background-color css
<style>
a { background-color: #67917A; }
a { background-color: rgb(103,145,122); }
div.DivClassName
{
background-color: #67917A;
}
.BgClassName
{
background-color: #67917A;
}
</style>
border-color css
<style>
span { border-color: #67917A; }
span { border-color: rgb(103,145,122); }
td.TdClassName
{
border-color: #67917A;
}
.TagClassName
{
border-color: #67917A;
}
</style>