Shades of Como #468B5B
Tints of Como #468B5B
RGB
CMYK
RGB Variations
Color information
#468B5B (or 0x468B5B) is known color: Como. HEX triplet: 46, 8B and 5B. RGB value is (70,139,91). Sum of RGB (Red+Green+Blue) = 70+139+91=300 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.33% from 300); Green value is 139 (54.69% from 255 or 46.33% from 300); Blue value is 91 (35.94% from 255 or 30.33% from 300); Max value from RGB is 139 - color contains mainly: green. Hex color #468B5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468B5B is #B974A4. Grayscale: #717171. Windows color (decimal): -12154021 or 5999430. OLE color: 5999430.
HSL color Cylindrical-coordinate representation of color #468B5B: hue angle of 138.26º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #468B5B is Cyan = 0.50, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 139 | 91 | - |
| CMYK | 0.50 | 0 | 0.35 | 0.45 |
| HSL | 138.26º | 0.33% | 0.41% | - |
| HSV(B) | 138.26º | 0.5% | 0.55% | - |
| XYZ | 13.65 | 20.52 | 13.14 | - |
| YUV | 112.9 | 115.64 | 97.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 139 | 91 | 0.50 | 0 | 0.35 | 0.45 | 138.26 | 0.33 | 0.41 |
| Hex | 46 | 8B | 5B | 32 | 0 | 23 | 2D | 8A | 21 | 29 |
| Octal | 106 | 213 | 133 | 62 | 0 | 43 | 55 | 212 | 41 | 51 |
| Binary | 1000110 | 10001011 | 1011011 | 110010 | 0 | 100011 | 101101 | 10001010 | 100001 | 101001 |
Color Harmonies of #468B5B
Complementary color
Monochromatic Colors of #468B5B
Black with #468B5B
Text Example
Text Example
White with #468B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468B5B; }
p { color: rgb(70,139,91); }
H1.HeaderClassName
{
color: #468B5B;
}
.AnyTagClassName
{
color: #468B5B;
}
</style>
background-color css
<style>
a { background-color: #468B5B; }
a { background-color: rgb(70,139,91); }
div.DivClassName
{
background-color: #468B5B;
}
.BgClassName
{
background-color: #468B5B;
}
</style>
border-color css
<style>
span { border-color: #468B5B; }
span { border-color: rgb(70,139,91); }
td.TdClassName
{
border-color: #468B5B;
}
.TagClassName
{
border-color: #468B5B;
}
</style>