Shades of Genoa #267C6B
Tints of Genoa #267C6B
RGB
CMYK
RGB Variations
Color information
#267C6B (or 0x267C6B) is known color: Genoa. HEX triplet: 26, 7C and 6B. RGB value is (38,124,107). Sum of RGB (Red+Green+Blue) = 38+124+107=269 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.13% from 269); Green value is 124 (48.83% from 255 or 46.10% from 269); Blue value is 107 (42.19% from 255 or 39.78% from 269); Max value from RGB is 124 - color contains mainly: green. Hex color #267C6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267C6B is #D98394. Grayscale: #606060. Windows color (decimal): -14254997 or 7044134. OLE color: 7044134.
HSL color Cylindrical-coordinate representation of color #267C6B: hue angle of 168.14º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #267C6B is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 38 | 124 | 107 | - |
| CMYK | 0.69 | 0 | 0.14 | 0.51 |
| HSL | 168.14º | 0.53% | 0.32% | - |
| HSV(B) | 168.14º | 0.69% | 0.49% | - |
| XYZ | 10.66 | 15.89 | 16.41 | - |
| YUV | 96.35 | 134.01 | 86.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 124 | 107 | 0.69 | 0 | 0.14 | 0.51 | 168.14 | 0.53 | 0.32 |
| Hex | 26 | 7C | 6B | 45 | 0 | E | 33 | A8 | 35 | 20 |
| Octal | 46 | 174 | 153 | 105 | 0 | 16 | 63 | 250 | 65 | 40 |
| Binary | 100110 | 1111100 | 1101011 | 1000101 | 0 | 1110 | 110011 | 10101000 | 110101 | 100000 |
Color Harmonies of #267C6B
Complementary color
Monochromatic Colors of #267C6B
Black with #267C6B
Text Example
Text Example
White with #267C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267C6B; }
p { color: rgb(38,124,107); }
H1.HeaderClassName
{
color: #267C6B;
}
.AnyTagClassName
{
color: #267C6B;
}
</style>
background-color css
<style>
a { background-color: #267C6B; }
a { background-color: rgb(38,124,107); }
div.DivClassName
{
background-color: #267C6B;
}
.BgClassName
{
background-color: #267C6B;
}
</style>
border-color css
<style>
span { border-color: #267C6B; }
span { border-color: rgb(38,124,107); }
td.TdClassName
{
border-color: #267C6B;
}
.TagClassName
{
border-color: #267C6B;
}
</style>