Shades of Oxley #67AA7B
Tints of Oxley #67AA7B
RGB
CMYK
RGB Variations
Color information
#67AA7B (or 0x67AA7B) is known color: Oxley. HEX triplet: 67, AA and 7B. RGB value is (103,170,123). Sum of RGB (Red+Green+Blue) = 103+170+123=396 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.01% from 396); Green value is 170 (66.80% from 255 or 42.93% from 396); Blue value is 123 (48.44% from 255 or 31.06% from 396); Max value from RGB is 170 - color contains mainly: green. Hex color #67AA7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67AA7B is #985584. Grayscale: #909090. Windows color (decimal): -9983365 or 8104551. OLE color: 8104551.
HSL color Cylindrical-coordinate representation of color #67AA7B: hue angle of 137.91º 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 #67AA7B is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 170 | 123 | - |
| CMYK | 0.39 | 0 | 0.28 | 0.33 |
| HSL | 137.91º | 0.28% | 0.54% | - |
| HSV(B) | 137.91º | 0.39% | 0.67% | - |
| XYZ | 23.54 | 33.06 | 23.88 | - |
| YUV | 144.61 | 115.8 | 98.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 170 | 123 | 0.39 | 0 | 0.28 | 0.33 | 137.91 | 0.28 | 0.54 |
| Hex | 67 | AA | 7B | 27 | 0 | 1C | 21 | 8A | 1C | 36 |
| Octal | 147 | 252 | 173 | 47 | 0 | 34 | 41 | 212 | 34 | 66 |
| Binary | 1100111 | 10101010 | 1111011 | 100111 | 0 | 11100 | 100001 | 10001010 | 11100 | 110110 |
Color Harmonies of #67AA7B
Complementary color
Monochromatic Colors of #67AA7B
Black with #67AA7B
Text Example
Text Example
White with #67AA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67AA7B; }
p { color: rgb(103,170,123); }
H1.HeaderClassName
{
color: #67AA7B;
}
.AnyTagClassName
{
color: #67AA7B;
}
</style>
background-color css
<style>
a { background-color: #67AA7B; }
a { background-color: rgb(103,170,123); }
div.DivClassName
{
background-color: #67AA7B;
}
.BgClassName
{
background-color: #67AA7B;
}
</style>
border-color css
<style>
span { border-color: #67AA7B; }
span { border-color: rgb(103,170,123); }
td.TdClassName
{
border-color: #67AA7B;
}
.TagClassName
{
border-color: #67AA7B;
}
</style>