Shades of Genoa #256F69
Tints of Genoa #256F69
RGB
CMYK
RGB Variations
Color information
#256F69 (or 0x256F69) is known color: Genoa. HEX triplet: 25, 6F and 69. RGB value is (37,111,105). Sum of RGB (Red+Green+Blue) = 37+111+105=253 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.62% from 253); Green value is 111 (43.75% from 255 or 43.87% from 253); Blue value is 105 (41.41% from 255 or 41.50% from 253); Max value from RGB is 111 - color contains mainly: green. Hex color #256F69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256F69 is #DA9096. Grayscale: #585858. Windows color (decimal): -14323863 or 6909733. OLE color: 6909733.
HSL color Cylindrical-coordinate representation of color #256F69: hue angle of 175.14º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #256F69 is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 37 | 111 | 105 | - |
| CMYK | 0.67 | 0 | 0.05 | 0.56 |
| HSL | 175.14º | 0.5% | 0.29% | - |
| HSV(B) | 175.14º | 0.67% | 0.44% | - |
| XYZ | 9 | 12.78 | 15.36 | - |
| YUV | 88.19 | 137.48 | 91.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 111 | 105 | 0.67 | 0 | 0.05 | 0.56 | 175.14 | 0.5 | 0.29 |
| Hex | 25 | 6F | 69 | 43 | 0 | 5 | 38 | AF | 32 | 1D |
| Octal | 45 | 157 | 151 | 103 | 0 | 5 | 70 | 257 | 62 | 35 |
| Binary | 100101 | 1101111 | 1101001 | 1000011 | 0 | 101 | 111000 | 10101111 | 110010 | 11101 |
Color Harmonies of #256F69
Complementary color
Monochromatic Colors of #256F69
Black with #256F69
Text Example
Text Example
White with #256F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256F69; }
p { color: rgb(37,111,105); }
H1.HeaderClassName
{
color: #256F69;
}
.AnyTagClassName
{
color: #256F69;
}
</style>
background-color css
<style>
a { background-color: #256F69; }
a { background-color: rgb(37,111,105); }
div.DivClassName
{
background-color: #256F69;
}
.BgClassName
{
background-color: #256F69;
}
</style>
border-color css
<style>
span { border-color: #256F69; }
span { border-color: rgb(37,111,105); }
td.TdClassName
{
border-color: #256F69;
}
.TagClassName
{
border-color: #256F69;
}
</style>