Shades of Atoll #30706F
Tints of Atoll #30706F
RGB
CMYK
RGB Variations
Color information
#30706F (or 0x30706F) is known color: Atoll. HEX triplet: 30, 70 and 6F. RGB value is (48,112,111). Sum of RGB (Red+Green+Blue) = 48+112+111=271 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.71% from 271); Green value is 112 (44.14% from 255 or 41.33% from 271); Blue value is 111 (43.75% from 255 or 40.96% from 271); Max value from RGB is 112 - color contains mainly: green. Hex color #30706F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30706F is #CF8F90. Grayscale: #5C5C5C. Windows color (decimal): -13602705 or 7303216. OLE color: 7303216.
HSL color Cylindrical-coordinate representation of color #30706F: hue angle of 179.06º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #30706F is Cyan = 0.57, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 48 | 112 | 111 | - |
| CMYK | 0.57 | 0 | 0.01 | 0.56 |
| HSL | 179.06º | 0.4% | 0.31% | - |
| HSV(B) | 179.06º | 0.57% | 0.44% | - |
| XYZ | 9.88 | 13.36 | 17.1 | - |
| YUV | 92.75 | 138.3 | 96.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 112 | 111 | 0.57 | 0 | 0.01 | 0.56 | 179.06 | 0.4 | 0.31 |
| Hex | 30 | 70 | 6F | 39 | 0 | 1 | 38 | B3 | 28 | 1F |
| Octal | 60 | 160 | 157 | 71 | 0 | 1 | 70 | 263 | 50 | 37 |
| Binary | 110000 | 1110000 | 1101111 | 111001 | 0 | 1 | 111000 | 10110011 | 101000 | 11111 |
Color Harmonies of #30706F
Complementary color
Monochromatic Colors of #30706F
Black with #30706F
Text Example
Text Example
White with #30706F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30706F; }
p { color: rgb(48,112,111); }
H1.HeaderClassName
{
color: #30706F;
}
.AnyTagClassName
{
color: #30706F;
}
</style>
background-color css
<style>
a { background-color: #30706F; }
a { background-color: rgb(48,112,111); }
div.DivClassName
{
background-color: #30706F;
}
.BgClassName
{
background-color: #30706F;
}
</style>
border-color css
<style>
span { border-color: #30706F; }
span { border-color: rgb(48,112,111); }
td.TdClassName
{
border-color: #30706F;
}
.TagClassName
{
border-color: #30706F;
}
</style>