Shades of Acapulco #67A484
Tints of Acapulco #67A484
RGB
CMYK
RGB Variations
Color information
#67A484 (or 0x67A484) is known color: Acapulco. HEX triplet: 67, A4 and 84. RGB value is (103,164,132). Sum of RGB (Red+Green+Blue) = 103+164+132=399 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.81% from 399); Green value is 164 (64.45% from 255 or 41.10% from 399); Blue value is 132 (51.95% from 255 or 33.08% from 399); Max value from RGB is 164 - color contains mainly: green. Hex color #67A484 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67A484 is #985B7B. Grayscale: #8E8E8E. Windows color (decimal): -9984892 or 8692839. OLE color: 8692839.
HSL color Cylindrical-coordinate representation of color #67A484: hue angle of 148.52º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #67A484 is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 103 | 164 | 132 | - |
| CMYK | 0.37 | 0 | 0.20 | 0.36 |
| HSL | 148.52º | 0.25% | 0.52% | - |
| HSV(B) | 148.52º | 0.37% | 0.64% | - |
| XYZ | 23.03 | 31.1 | 26.62 | - |
| YUV | 142.11 | 122.29 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 164 | 132 | 0.37 | 0 | 0.20 | 0.36 | 148.52 | 0.25 | 0.52 |
| Hex | 67 | A4 | 84 | 25 | 0 | 14 | 24 | 95 | 19 | 34 |
| Octal | 147 | 244 | 204 | 45 | 0 | 24 | 44 | 225 | 31 | 64 |
| Binary | 1100111 | 10100100 | 10000100 | 100101 | 0 | 10100 | 100100 | 10010101 | 11001 | 110100 |
Color Harmonies of #67A484
Complementary color
Monochromatic Colors of #67A484
Black with #67A484
Text Example
Text Example
White with #67A484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A484; }
p { color: rgb(103,164,132); }
H1.HeaderClassName
{
color: #67A484;
}
.AnyTagClassName
{
color: #67A484;
}
</style>
background-color css
<style>
a { background-color: #67A484; }
a { background-color: rgb(103,164,132); }
div.DivClassName
{
background-color: #67A484;
}
.BgClassName
{
background-color: #67A484;
}
</style>
border-color css
<style>
span { border-color: #67A484; }
span { border-color: rgb(103,164,132); }
td.TdClassName
{
border-color: #67A484;
}
.TagClassName
{
border-color: #67A484;
}
</style>