Shades of Acapulco #67A28B
Tints of Acapulco #67A28B
RGB
CMYK
RGB Variations
Color information
#67A28B (or 0x67A28B) is known color: Acapulco. HEX triplet: 67, A2 and 8B. RGB value is (103,162,139). Sum of RGB (Red+Green+Blue) = 103+162+139=404 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.50% from 404); Green value is 162 (63.67% from 255 or 40.10% from 404); Blue value is 139 (54.69% from 255 or 34.41% from 404); Max value from RGB is 162 - color contains mainly: green. Hex color #67A28B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67A28B is #985D74. Grayscale: #8D8D8D. Windows color (decimal): -9985397 or 9151079. OLE color: 9151079.
HSL color Cylindrical-coordinate representation of color #67A28B: hue angle of 156.61º 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 #67A28B is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 103 | 162 | 139 | - |
| CMYK | 0.36 | 0 | 0.14 | 0.36 |
| HSL | 156.61º | 0.24% | 0.52% | - |
| HSV(B) | 156.61º | 0.36% | 0.64% | - |
| XYZ | 23.17 | 30.59 | 29.11 | - |
| YUV | 141.74 | 126.45 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 162 | 139 | 0.36 | 0 | 0.14 | 0.36 | 156.61 | 0.24 | 0.52 |
| Hex | 67 | A2 | 8B | 24 | 0 | E | 24 | 9D | 18 | 34 |
| Octal | 147 | 242 | 213 | 44 | 0 | 16 | 44 | 235 | 30 | 64 |
| Binary | 1100111 | 10100010 | 10001011 | 100100 | 0 | 1110 | 100100 | 10011101 | 11000 | 110100 |
Color Harmonies of #67A28B
Complementary color
Monochromatic Colors of #67A28B
Black with #67A28B
Text Example
Text Example
White with #67A28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A28B; }
p { color: rgb(103,162,139); }
H1.HeaderClassName
{
color: #67A28B;
}
.AnyTagClassName
{
color: #67A28B;
}
</style>
background-color css
<style>
a { background-color: #67A28B; }
a { background-color: rgb(103,162,139); }
div.DivClassName
{
background-color: #67A28B;
}
.BgClassName
{
background-color: #67A28B;
}
</style>
border-color css
<style>
span { border-color: #67A28B; }
span { border-color: rgb(103,162,139); }
td.TdClassName
{
border-color: #67A28B;
}
.TagClassName
{
border-color: #67A28B;
}
</style>