Shades of Genoa #276D68
Tints of Genoa #276D68
RGB
CMYK
RGB Variations
Color information
#276D68 (or 0x276D68) is known color: Genoa. HEX triplet: 27, 6D and 68. RGB value is (39,109,104). Sum of RGB (Red+Green+Blue) = 39+109+104=252 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.48% from 252); Green value is 109 (42.97% from 255 or 43.25% from 252); Blue value is 104 (41.02% from 255 or 41.27% from 252); Max value from RGB is 109 - color contains mainly: green. Hex color #276D68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276D68 is #D89297. Grayscale: #575757. Windows color (decimal): -14193304 or 6843687. OLE color: 6843687.
HSL color Cylindrical-coordinate representation of color #276D68: hue angle of 175.71º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #276D68 is Cyan = 0.64, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 39 | 109 | 104 | - |
| CMYK | 0.64 | 0 | 0.05 | 0.57 |
| HSL | 175.71º | 0.47% | 0.29% | - |
| HSV(B) | 175.71º | 0.64% | 0.43% | - |
| XYZ | 8.8 | 12.37 | 15.02 | - |
| YUV | 87.5 | 137.31 | 93.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 109 | 104 | 0.64 | 0 | 0.05 | 0.57 | 175.71 | 0.47 | 0.29 |
| Hex | 27 | 6D | 68 | 40 | 0 | 5 | 39 | B0 | 2F | 1D |
| Octal | 47 | 155 | 150 | 100 | 0 | 5 | 71 | 260 | 57 | 35 |
| Binary | 100111 | 1101101 | 1101000 | 1000000 | 0 | 101 | 111001 | 10110000 | 101111 | 11101 |
Color Harmonies of #276D68
Complementary color
Monochromatic Colors of #276D68
Black with #276D68
Text Example
Text Example
White with #276D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276D68; }
p { color: rgb(39,109,104); }
H1.HeaderClassName
{
color: #276D68;
}
.AnyTagClassName
{
color: #276D68;
}
</style>
background-color css
<style>
a { background-color: #276D68; }
a { background-color: rgb(39,109,104); }
div.DivClassName
{
background-color: #276D68;
}
.BgClassName
{
background-color: #276D68;
}
</style>
border-color css
<style>
span { border-color: #276D68; }
span { border-color: rgb(39,109,104); }
td.TdClassName
{
border-color: #276D68;
}
.TagClassName
{
border-color: #276D68;
}
</style>