Shades of Oxley #67A77D
Tints of Oxley #67A77D
RGB
CMYK
RGB Variations
Color information
#67A77D (or 0x67A77D) is known color: Oxley. HEX triplet: 67, A7 and 7D. RGB value is (103,167,125). Sum of RGB (Red+Green+Blue) = 103+167+125=395 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.08% from 395); Green value is 167 (65.62% from 255 or 42.28% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 167 - color contains mainly: green. Hex color #67A77D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67A77D is #985882. Grayscale: #8F8F8F. Windows color (decimal): -9984131 or 8234855. OLE color: 8234855.
HSL color Cylindrical-coordinate representation of color #67A77D: hue angle of 140.62º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #67A77D is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 103 | 167 | 125 | - |
| CMYK | 0.38 | 0 | 0.25 | 0.35 |
| HSL | 140.63º | 0.27% | 0.53% | - |
| HSV(B) | 140.63º | 0.38% | 0.65% | - |
| XYZ | 23.11 | 32 | 24.36 | - |
| YUV | 143.08 | 117.8 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 167 | 125 | 0.38 | 0 | 0.25 | 0.35 | 140.63 | 0.27 | 0.53 |
| Hex | 67 | A7 | 7D | 26 | 0 | 19 | 23 | 8D | 1B | 35 |
| Octal | 147 | 247 | 175 | 46 | 0 | 31 | 43 | 215 | 33 | 65 |
| Binary | 1100111 | 10100111 | 1111101 | 100110 | 0 | 11001 | 100011 | 10001101 | 11011 | 110101 |
Color Harmonies of #67A77D
Complementary color
Monochromatic Colors of #67A77D
Black with #67A77D
Text Example
Text Example
White with #67A77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A77D; }
p { color: rgb(103,167,125); }
H1.HeaderClassName
{
color: #67A77D;
}
.AnyTagClassName
{
color: #67A77D;
}
</style>
background-color css
<style>
a { background-color: #67A77D; }
a { background-color: rgb(103,167,125); }
div.DivClassName
{
background-color: #67A77D;
}
.BgClassName
{
background-color: #67A77D;
}
</style>
border-color css
<style>
span { border-color: #67A77D; }
span { border-color: rgb(103,167,125); }
td.TdClassName
{
border-color: #67A77D;
}
.TagClassName
{
border-color: #67A77D;
}
</style>