Shades of Oxley #67977D
Tints of Oxley #67977D
RGB
CMYK
RGB Variations
Color information
#67977D (or 0x67977D) is known color: Oxley. HEX triplet: 67, 97 and 7D. RGB value is (103,151,125). Sum of RGB (Red+Green+Blue) = 103+151+125=379 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.18% from 379); Green value is 151 (59.38% from 255 or 39.84% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 151 - color contains mainly: green. Hex color #67977D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67977D is #986882. Grayscale: #858585. Windows color (decimal): -9988227 or 8230759. OLE color: 8230759.
HSL color Cylindrical-coordinate representation of color #67977D: hue angle of 147.5º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #67977D is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 103 | 151 | 125 | - |
| CMYK | 0.32 | 0 | 0.17 | 0.41 |
| HSL | 147.5º | 0.19% | 0.5% | - |
| HSV(B) | 147.5º | 0.32% | 0.59% | - |
| XYZ | 20.36 | 26.5 | 23.44 | - |
| YUV | 133.68 | 123.1 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 151 | 125 | 0.32 | 0 | 0.17 | 0.41 | 147.5 | 0.19 | 0.5 |
| Hex | 67 | 97 | 7D | 20 | 0 | 11 | 29 | 94 | 13 | 32 |
| Octal | 147 | 227 | 175 | 40 | 0 | 21 | 51 | 224 | 23 | 62 |
| Binary | 1100111 | 10010111 | 1111101 | 100000 | 0 | 10001 | 101001 | 10010100 | 10011 | 110010 |
Color Harmonies of #67977D
Complementary color
Monochromatic Colors of #67977D
Black with #67977D
Text Example
Text Example
White with #67977D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67977D; }
p { color: rgb(103,151,125); }
H1.HeaderClassName
{
color: #67977D;
}
.AnyTagClassName
{
color: #67977D;
}
</style>
background-color css
<style>
a { background-color: #67977D; }
a { background-color: rgb(103,151,125); }
div.DivClassName
{
background-color: #67977D;
}
.BgClassName
{
background-color: #67977D;
}
</style>
border-color css
<style>
span { border-color: #67977D; }
span { border-color: rgb(103,151,125); }
td.TdClassName
{
border-color: #67977D;
}
.TagClassName
{
border-color: #67977D;
}
</style>