Shades of Oxley #67A27E
Tints of Oxley #67A27E
RGB
CMYK
RGB Variations
Color information
#67A27E (or 0x67A27E) is known color: Oxley. HEX triplet: 67, A2 and 7E. RGB value is (103,162,126). Sum of RGB (Red+Green+Blue) = 103+162+126=391 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.34% from 391); Green value is 162 (63.67% from 255 or 41.43% from 391); Blue value is 126 (49.61% from 255 or 32.23% from 391); Max value from RGB is 162 - color contains mainly: green. Hex color #67A27E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67A27E is #985D81. Grayscale: #8C8C8C. Windows color (decimal): -9985410 or 8299111. OLE color: 8299111.
HSL color Cylindrical-coordinate representation of color #67A27E: hue angle of 143.39º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #67A27E is Cyan = 0.36, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 103 | 162 | 126 | - |
| CMYK | 0.36 | 0 | 0.22 | 0.36 |
| HSL | 143.39º | 0.24% | 0.52% | - |
| HSV(B) | 143.39º | 0.36% | 0.64% | - |
| XYZ | 22.28 | 30.23 | 24.4 | - |
| YUV | 140.26 | 119.95 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 162 | 126 | 0.36 | 0 | 0.22 | 0.36 | 143.39 | 0.24 | 0.52 |
| Hex | 67 | A2 | 7E | 24 | 0 | 16 | 24 | 8F | 18 | 34 |
| Octal | 147 | 242 | 176 | 44 | 0 | 26 | 44 | 217 | 30 | 64 |
| Binary | 1100111 | 10100010 | 1111110 | 100100 | 0 | 10110 | 100100 | 10001111 | 11000 | 110100 |
Color Harmonies of #67A27E
Complementary color
Monochromatic Colors of #67A27E
Black with #67A27E
Text Example
Text Example
White with #67A27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A27E; }
p { color: rgb(103,162,126); }
H1.HeaderClassName
{
color: #67A27E;
}
.AnyTagClassName
{
color: #67A27E;
}
</style>
background-color css
<style>
a { background-color: #67A27E; }
a { background-color: rgb(103,162,126); }
div.DivClassName
{
background-color: #67A27E;
}
.BgClassName
{
background-color: #67A27E;
}
</style>
border-color css
<style>
span { border-color: #67A27E; }
span { border-color: rgb(103,162,126); }
td.TdClassName
{
border-color: #67A27E;
}
.TagClassName
{
border-color: #67A27E;
}
</style>