Shades of Oxley #67976F
Tints of Oxley #67976F
RGB
CMYK
RGB Variations
Color information
#67976F (or 0x67976F) is known color: Oxley. HEX triplet: 67, 97 and 6F. RGB value is (103,151,111). Sum of RGB (Red+Green+Blue) = 103+151+111=365 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.22% from 365); Green value is 151 (59.38% from 255 or 41.37% from 365); Blue value is 111 (43.75% from 255 or 30.41% from 365); Max value from RGB is 151 - color contains mainly: green. Hex color #67976F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67976F is #986890. Grayscale: #848484. Windows color (decimal): -9988241 or 7313255. OLE color: 7313255.
HSL color Cylindrical-coordinate representation of color #67976F: hue angle of 130º 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 #67976F is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 103 | 151 | 111 | - |
| CMYK | 0.32 | 0 | 0.26 | 0.41 |
| HSL | 130º | 0.19% | 0.5% | - |
| HSV(B) | 130º | 0.32% | 0.59% | - |
| XYZ | 19.53 | 26.16 | 19.06 | - |
| YUV | 132.09 | 116.1 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 151 | 111 | 0.32 | 0 | 0.26 | 0.41 | 130 | 0.19 | 0.5 |
| Hex | 67 | 97 | 6F | 20 | 0 | 1A | 29 | 82 | 13 | 32 |
| Octal | 147 | 227 | 157 | 40 | 0 | 32 | 51 | 202 | 23 | 62 |
| Binary | 1100111 | 10010111 | 1101111 | 100000 | 0 | 11010 | 101001 | 10000010 | 10011 | 110010 |
Color Harmonies of #67976F
Complementary color
Monochromatic Colors of #67976F
Black with #67976F
Text Example
Text Example
White with #67976F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67976F; }
p { color: rgb(103,151,111); }
H1.HeaderClassName
{
color: #67976F;
}
.AnyTagClassName
{
color: #67976F;
}
</style>
background-color css
<style>
a { background-color: #67976F; }
a { background-color: rgb(103,151,111); }
div.DivClassName
{
background-color: #67976F;
}
.BgClassName
{
background-color: #67976F;
}
</style>
border-color css
<style>
span { border-color: #67976F; }
span { border-color: rgb(103,151,111); }
td.TdClassName
{
border-color: #67976F;
}
.TagClassName
{
border-color: #67976F;
}
</style>