Shades of Oxley #67966F
Tints of Oxley #67966F
RGB
CMYK
RGB Variations
Color information
#67966F (or 0x67966F) is known color: Oxley. HEX triplet: 67, 96 and 6F. RGB value is (103,150,111). Sum of RGB (Red+Green+Blue) = 103+150+111=364 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.30% from 364); Green value is 150 (58.98% from 255 or 41.21% from 364); Blue value is 111 (43.75% from 255 or 30.49% from 364); Max value from RGB is 150 - color contains mainly: green. Hex color #67966F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67966F is #986990. Grayscale: #838383. Windows color (decimal): -9988497 or 7312999. OLE color: 7312999.
HSL color Cylindrical-coordinate representation of color #67966F: hue angle of 130.21º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #67966F is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 103 | 150 | 111 | - |
| CMYK | 0.31 | 0 | 0.26 | 0.41 |
| HSL | 130.21º | 0.19% | 0.5% | - |
| HSV(B) | 130.21º | 0.31% | 0.59% | - |
| XYZ | 19.37 | 25.84 | 19.01 | - |
| YUV | 131.5 | 116.43 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 150 | 111 | 0.31 | 0 | 0.26 | 0.41 | 130.21 | 0.19 | 0.5 |
| Hex | 67 | 96 | 6F | 1F | 0 | 1A | 29 | 82 | 13 | 32 |
| Octal | 147 | 226 | 157 | 37 | 0 | 32 | 51 | 202 | 23 | 62 |
| Binary | 1100111 | 10010110 | 1101111 | 11111 | 0 | 11010 | 101001 | 10000010 | 10011 | 110010 |
Color Harmonies of #67966F
Complementary color
Monochromatic Colors of #67966F
Black with #67966F
Text Example
Text Example
White with #67966F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67966F; }
p { color: rgb(103,150,111); }
H1.HeaderClassName
{
color: #67966F;
}
.AnyTagClassName
{
color: #67966F;
}
</style>
background-color css
<style>
a { background-color: #67966F; }
a { background-color: rgb(103,150,111); }
div.DivClassName
{
background-color: #67966F;
}
.BgClassName
{
background-color: #67966F;
}
</style>
border-color css
<style>
span { border-color: #67966F; }
span { border-color: rgb(103,150,111); }
td.TdClassName
{
border-color: #67966F;
}
.TagClassName
{
border-color: #67966F;
}
</style>