Shades of Oxley #67AB77
Tints of Oxley #67AB77
RGB
CMYK
RGB Variations
Color information
#67AB77 (or 0x67AB77) is known color: Oxley. HEX triplet: 67, AB and 77. RGB value is (103,171,119). Sum of RGB (Red+Green+Blue) = 103+171+119=393 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.21% from 393); Green value is 171 (67.19% from 255 or 43.51% from 393); Blue value is 119 (46.88% from 255 or 30.28% from 393); Max value from RGB is 171 - color contains mainly: green. Hex color #67AB77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67AB77 is #985488. Grayscale: #909090. Windows color (decimal): -9983113 or 7842663. OLE color: 7842663.
HSL color Cylindrical-coordinate representation of color #67AB77: hue angle of 134.12º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #67AB77 is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 171 | 119 | - |
| CMYK | 0.40 | 0 | 0.30 | 0.33 |
| HSL | 134.12º | 0.29% | 0.54% | - |
| HSV(B) | 134.12º | 0.4% | 0.67% | - |
| XYZ | 23.49 | 33.34 | 22.65 | - |
| YUV | 144.74 | 113.47 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 171 | 119 | 0.40 | 0 | 0.30 | 0.33 | 134.12 | 0.29 | 0.54 |
| Hex | 67 | AB | 77 | 28 | 0 | 1E | 21 | 86 | 1D | 36 |
| Octal | 147 | 253 | 167 | 50 | 0 | 36 | 41 | 206 | 35 | 66 |
| Binary | 1100111 | 10101011 | 1110111 | 101000 | 0 | 11110 | 100001 | 10000110 | 11101 | 110110 |
Color Harmonies of #67AB77
Complementary color
Monochromatic Colors of #67AB77
Black with #67AB77
Text Example
Text Example
White with #67AB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67AB77; }
p { color: rgb(103,171,119); }
H1.HeaderClassName
{
color: #67AB77;
}
.AnyTagClassName
{
color: #67AB77;
}
</style>
background-color css
<style>
a { background-color: #67AB77; }
a { background-color: rgb(103,171,119); }
div.DivClassName
{
background-color: #67AB77;
}
.BgClassName
{
background-color: #67AB77;
}
</style>
border-color css
<style>
span { border-color: #67AB77; }
span { border-color: rgb(103,171,119); }
td.TdClassName
{
border-color: #67AB77;
}
.TagClassName
{
border-color: #67AB77;
}
</style>