Shades of Acapulco #6BA68B
Tints of Acapulco #6BA68B
RGB
CMYK
RGB Variations
Color information
#6BA68B (or 0x6BA68B) is known color: Acapulco. HEX triplet: 6B, A6 and 8B. RGB value is (107,166,139). Sum of RGB (Red+Green+Blue) = 107+166+139=412 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.97% from 412); Green value is 166 (65.23% from 255 or 40.29% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 166 - color contains mainly: green. Hex color #6BA68B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA68B is #945974. Grayscale: #919191. Windows color (decimal): -9722229 or 9152107. OLE color: 9152107.
HSL color Cylindrical-coordinate representation of color #6BA68B: hue angle of 152.54º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6BA68B is Cyan = 0.36, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 107 | 166 | 139 | - |
| CMYK | 0.36 | 0 | 0.16 | 0.35 |
| HSL | 152.54º | 0.25% | 0.54% | - |
| HSV(B) | 152.54º | 0.36% | 0.65% | - |
| XYZ | 24.36 | 32.26 | 29.37 | - |
| YUV | 145.28 | 124.45 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 166 | 139 | 0.36 | 0 | 0.16 | 0.35 | 152.54 | 0.25 | 0.54 |
| Hex | 6B | A6 | 8B | 24 | 0 | 10 | 23 | 99 | 19 | 36 |
| Octal | 153 | 246 | 213 | 44 | 0 | 20 | 43 | 231 | 31 | 66 |
| Binary | 1101011 | 10100110 | 10001011 | 100100 | 0 | 10000 | 100011 | 10011001 | 11001 | 110110 |
Color Harmonies of #6BA68B
Complementary color
Monochromatic Colors of #6BA68B
Black with #6BA68B
Text Example
Text Example
White with #6BA68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA68B; }
p { color: rgb(107,166,139); }
H1.HeaderClassName
{
color: #6BA68B;
}
.AnyTagClassName
{
color: #6BA68B;
}
</style>
background-color css
<style>
a { background-color: #6BA68B; }
a { background-color: rgb(107,166,139); }
div.DivClassName
{
background-color: #6BA68B;
}
.BgClassName
{
background-color: #6BA68B;
}
</style>
border-color css
<style>
span { border-color: #6BA68B; }
span { border-color: rgb(107,166,139); }
td.TdClassName
{
border-color: #6BA68B;
}
.TagClassName
{
border-color: #6BA68B;
}
</style>