Shades of Genoa #276F66
Tints of Genoa #276F66
RGB
CMYK
RGB Variations
Color information
#276F66 (or 0x276F66) is known color: Genoa. HEX triplet: 27, 6F and 66. RGB value is (39,111,102). Sum of RGB (Red+Green+Blue) = 39+111+102=252 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.48% from 252); Green value is 111 (43.75% from 255 or 44.05% from 252); Blue value is 102 (40.23% from 255 or 40.48% from 252); Max value from RGB is 111 - color contains mainly: green. Hex color #276F66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276F66 is #D89099. Grayscale: #585858. Windows color (decimal): -14192794 or 6713127. OLE color: 6713127.
HSL color Cylindrical-coordinate representation of color #276F66: hue angle of 172.5º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #276F66 is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 39 | 111 | 102 | - |
| CMYK | 0.65 | 0 | 0.08 | 0.56 |
| HSL | 172.5º | 0.48% | 0.29% | - |
| HSV(B) | 172.5º | 0.65% | 0.44% | - |
| XYZ | 8.92 | 12.76 | 14.56 | - |
| YUV | 88.45 | 135.65 | 92.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 111 | 102 | 0.65 | 0 | 0.08 | 0.56 | 172.5 | 0.48 | 0.29 |
| Hex | 27 | 6F | 66 | 41 | 0 | 8 | 38 | AC | 30 | 1D |
| Octal | 47 | 157 | 146 | 101 | 0 | 10 | 70 | 254 | 60 | 35 |
| Binary | 100111 | 1101111 | 1100110 | 1000001 | 0 | 1000 | 111000 | 10101100 | 110000 | 11101 |
Color Harmonies of #276F66
Complementary color
Monochromatic Colors of #276F66
Black with #276F66
Text Example
Text Example
White with #276F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276F66; }
p { color: rgb(39,111,102); }
H1.HeaderClassName
{
color: #276F66;
}
.AnyTagClassName
{
color: #276F66;
}
</style>
background-color css
<style>
a { background-color: #276F66; }
a { background-color: rgb(39,111,102); }
div.DivClassName
{
background-color: #276F66;
}
.BgClassName
{
background-color: #276F66;
}
</style>
border-color css
<style>
span { border-color: #276F66; }
span { border-color: rgb(39,111,102); }
td.TdClassName
{
border-color: #276F66;
}
.TagClassName
{
border-color: #276F66;
}
</style>