Shades of Oxley #67957A
Tints of Oxley #67957A
RGB
CMYK
RGB Variations
Color information
#67957A (or 0x67957A) is known color: Oxley. HEX triplet: 67, 95 and 7A. RGB value is (103,149,122). Sum of RGB (Red+Green+Blue) = 103+149+122=374 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.54% from 374); Green value is 149 (58.59% from 255 or 39.84% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 149 - color contains mainly: green. Hex color #67957A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67957A is #986A85. Grayscale: #848484. Windows color (decimal): -9988742 or 8033639. OLE color: 8033639.
HSL color Cylindrical-coordinate representation of color #67957A: hue angle of 144.78º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #67957A is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 103 | 149 | 122 | - |
| CMYK | 0.31 | 0 | 0.18 | 0.42 |
| HSL | 144.78º | 0.18% | 0.49% | - |
| HSV(B) | 144.78º | 0.31% | 0.58% | - |
| XYZ | 19.85 | 25.78 | 22.34 | - |
| YUV | 132.17 | 122.26 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 149 | 122 | 0.31 | 0 | 0.18 | 0.42 | 144.78 | 0.18 | 0.49 |
| Hex | 67 | 95 | 7A | 1F | 0 | 12 | 2A | 91 | 12 | 31 |
| Octal | 147 | 225 | 172 | 37 | 0 | 22 | 52 | 221 | 22 | 61 |
| Binary | 1100111 | 10010101 | 1111010 | 11111 | 0 | 10010 | 101010 | 10010001 | 10010 | 110001 |
Color Harmonies of #67957A
Complementary color
Monochromatic Colors of #67957A
Black with #67957A
Text Example
Text Example
White with #67957A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67957A; }
p { color: rgb(103,149,122); }
H1.HeaderClassName
{
color: #67957A;
}
.AnyTagClassName
{
color: #67957A;
}
</style>
background-color css
<style>
a { background-color: #67957A; }
a { background-color: rgb(103,149,122); }
div.DivClassName
{
background-color: #67957A;
}
.BgClassName
{
background-color: #67957A;
}
</style>
border-color css
<style>
span { border-color: #67957A; }
span { border-color: rgb(103,149,122); }
td.TdClassName
{
border-color: #67957A;
}
.TagClassName
{
border-color: #67957A;
}
</style>