Shades of Atoll #29767F
Tints of Atoll #29767F
RGB
CMYK
RGB Variations
Color information
#29767F (or 0x29767F) is known color: Atoll. HEX triplet: 29, 76 and 7F. RGB value is (41,118,127). Sum of RGB (Red+Green+Blue) = 41+118+127=286 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.34% from 286); Green value is 118 (46.48% from 255 or 41.26% from 286); Blue value is 127 (50% from 255 or 44.41% from 286); Max value from RGB is 127 - color contains mainly: blue. Hex color #29767F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29767F is #D68980. Grayscale: #5F5F5F. Windows color (decimal): -14059905 or 8353321. OLE color: 8353321.
HSL color Cylindrical-coordinate representation of color #29767F: hue angle of 186.28º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #29767F is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 41 | 118 | 127 | - |
| CMYK | 0.68 | 0.07 | 0 | 0.50 |
| HSL | 186.28º | 0.51% | 0.33% | - |
| HSV(B) | 186.28º | 0.68% | 0.5% | - |
| XYZ | 11.22 | 14.96 | 22.37 | - |
| YUV | 96 | 145.49 | 88.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 118 | 127 | 0.68 | 0.07 | 0 | 0.50 | 186.28 | 0.51 | 0.33 |
| Hex | 29 | 76 | 7F | 44 | 7 | 0 | 32 | BA | 33 | 21 |
| Octal | 51 | 166 | 177 | 104 | 7 | 0 | 62 | 272 | 63 | 41 |
| Binary | 101001 | 1110110 | 1111111 | 1000100 | 111 | 0 | 110010 | 10111010 | 110011 | 100001 |
Color Harmonies of #29767F
Complementary color
Monochromatic Colors of #29767F
Black with #29767F
Text Example
Text Example
White with #29767F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29767F; }
p { color: rgb(41,118,127); }
H1.HeaderClassName
{
color: #29767F;
}
.AnyTagClassName
{
color: #29767F;
}
</style>
background-color css
<style>
a { background-color: #29767F; }
a { background-color: rgb(41,118,127); }
div.DivClassName
{
background-color: #29767F;
}
.BgClassName
{
background-color: #29767F;
}
</style>
border-color css
<style>
span { border-color: #29767F; }
span { border-color: rgb(41,118,127); }
td.TdClassName
{
border-color: #29767F;
}
.TagClassName
{
border-color: #29767F;
}
</style>