Shades of Patina #6B9D84
Tints of Patina #6B9D84
RGB
CMYK
RGB Variations
Color information
#6B9D84 (or 0x6B9D84) is known color: Patina. HEX triplet: 6B, 9D and 84. RGB value is (107,157,132). Sum of RGB (Red+Green+Blue) = 107+157+132=396 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.02% from 396); Green value is 157 (61.72% from 255 or 39.65% from 396); Blue value is 132 (51.95% from 255 or 33.33% from 396); Max value from RGB is 157 - color contains mainly: green. Hex color #6B9D84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B9D84 is #94627B. Grayscale: #8B8B8B. Windows color (decimal): -9724540 or 8691051. OLE color: 8691051.
HSL color Cylindrical-coordinate representation of color #6B9D84: hue angle of 150º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6B9D84 is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 107 | 157 | 132 | - |
| CMYK | 0.32 | 0 | 0.16 | 0.38 |
| HSL | 150º | 0.2% | 0.52% | - |
| HSV(B) | 150º | 0.32% | 0.62% | - |
| XYZ | 22.29 | 28.91 | 26.23 | - |
| YUV | 139.2 | 123.94 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 157 | 132 | 0.32 | 0 | 0.16 | 0.38 | 150 | 0.2 | 0.52 |
| Hex | 6B | 9D | 84 | 20 | 0 | 10 | 26 | 96 | 14 | 34 |
| Octal | 153 | 235 | 204 | 40 | 0 | 20 | 46 | 226 | 24 | 64 |
| Binary | 1101011 | 10011101 | 10000100 | 100000 | 0 | 10000 | 100110 | 10010110 | 10100 | 110100 |
Color Harmonies of #6B9D84
Complementary color
Monochromatic Colors of #6B9D84
Black with #6B9D84
Text Example
Text Example
White with #6B9D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9D84; }
p { color: rgb(107,157,132); }
H1.HeaderClassName
{
color: #6B9D84;
}
.AnyTagClassName
{
color: #6B9D84;
}
</style>
background-color css
<style>
a { background-color: #6B9D84; }
a { background-color: rgb(107,157,132); }
div.DivClassName
{
background-color: #6B9D84;
}
.BgClassName
{
background-color: #6B9D84;
}
</style>
border-color css
<style>
span { border-color: #6B9D84; }
span { border-color: rgb(107,157,132); }
td.TdClassName
{
border-color: #6B9D84;
}
.TagClassName
{
border-color: #6B9D84;
}
</style>