Shades of Oxley #67AA7A
Tints of Oxley #67AA7A
RGB
CMYK
RGB Variations
Color information
#67AA7A (or 0x67AA7A) is known color: Oxley. HEX triplet: 67, AA and 7A. RGB value is (103,170,122). Sum of RGB (Red+Green+Blue) = 103+170+122=395 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.08% from 395); Green value is 170 (66.80% from 255 or 43.04% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 170 - color contains mainly: green. Hex color #67AA7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67AA7A is #985585. Grayscale: #909090. Windows color (decimal): -9983366 or 8039015. OLE color: 8039015.
HSL color Cylindrical-coordinate representation of color #67AA7A: hue angle of 137.01º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #67AA7A is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 170 | 122 | - |
| CMYK | 0.39 | 0 | 0.28 | 0.33 |
| HSL | 137.01º | 0.28% | 0.54% | - |
| HSV(B) | 137.01º | 0.39% | 0.67% | - |
| XYZ | 23.48 | 33.04 | 23.55 | - |
| YUV | 144.5 | 115.3 | 98.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 170 | 122 | 0.39 | 0 | 0.28 | 0.33 | 137.01 | 0.28 | 0.54 |
| Hex | 67 | AA | 7A | 27 | 0 | 1C | 21 | 89 | 1C | 36 |
| Octal | 147 | 252 | 172 | 47 | 0 | 34 | 41 | 211 | 34 | 66 |
| Binary | 1100111 | 10101010 | 1111010 | 100111 | 0 | 11100 | 100001 | 10001001 | 11100 | 110110 |
Color Harmonies of #67AA7A
Complementary color
Monochromatic Colors of #67AA7A
Black with #67AA7A
Text Example
Text Example
White with #67AA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67AA7A; }
p { color: rgb(103,170,122); }
H1.HeaderClassName
{
color: #67AA7A;
}
.AnyTagClassName
{
color: #67AA7A;
}
</style>
background-color css
<style>
a { background-color: #67AA7A; }
a { background-color: rgb(103,170,122); }
div.DivClassName
{
background-color: #67AA7A;
}
.BgClassName
{
background-color: #67AA7A;
}
</style>
border-color css
<style>
span { border-color: #67AA7A; }
span { border-color: rgb(103,170,122); }
td.TdClassName
{
border-color: #67AA7A;
}
.TagClassName
{
border-color: #67AA7A;
}
</style>