Shades of Patina #67927B
Tints of Patina #67927B
RGB
CMYK
RGB Variations
Color information
#67927B (or 0x67927B) is known color: Patina. HEX triplet: 67, 92 and 7B. RGB value is (103,146,123). Sum of RGB (Red+Green+Blue) = 103+146+123=372 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.69% from 372); Green value is 146 (57.42% from 255 or 39.25% from 372); Blue value is 123 (48.44% from 255 or 33.06% from 372); Max value from RGB is 146 - color contains mainly: green. Hex color #67927B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67927B is #986D84. Grayscale: #828282. Windows color (decimal): -9989509 or 8098407. OLE color: 8098407.
HSL color Cylindrical-coordinate representation of color #67927B: hue angle of 147.91º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #67927B is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 103 | 146 | 123 | - |
| CMYK | 0.29 | 0 | 0.16 | 0.43 |
| HSL | 147.91º | 0.17% | 0.49% | - |
| HSV(B) | 147.91º | 0.29% | 0.57% | - |
| XYZ | 19.45 | 24.87 | 22.51 | - |
| YUV | 130.52 | 123.75 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 146 | 123 | 0.29 | 0 | 0.16 | 0.43 | 147.91 | 0.17 | 0.49 |
| Hex | 67 | 92 | 7B | 1D | 0 | 10 | 2B | 94 | 11 | 31 |
| Octal | 147 | 222 | 173 | 35 | 0 | 20 | 53 | 224 | 21 | 61 |
| Binary | 1100111 | 10010010 | 1111011 | 11101 | 0 | 10000 | 101011 | 10010100 | 10001 | 110001 |
Color Harmonies of #67927B
Complementary color
Monochromatic Colors of #67927B
Black with #67927B
Text Example
Text Example
White with #67927B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67927B; }
p { color: rgb(103,146,123); }
H1.HeaderClassName
{
color: #67927B;
}
.AnyTagClassName
{
color: #67927B;
}
</style>
background-color css
<style>
a { background-color: #67927B; }
a { background-color: rgb(103,146,123); }
div.DivClassName
{
background-color: #67927B;
}
.BgClassName
{
background-color: #67927B;
}
</style>
border-color css
<style>
span { border-color: #67927B; }
span { border-color: rgb(103,146,123); }
td.TdClassName
{
border-color: #67927B;
}
.TagClassName
{
border-color: #67927B;
}
</style>