Shades of Verdigris #696936
Tints of Verdigris #696936
RGB
CMYK
RGB Variations
Color information
#696936 (or 0x696936) is known color: Verdigris. HEX triplet: 69, 69 and 36. RGB value is (105,105,54). Sum of RGB (Red+Green+Blue) = 105+105+54=264 (34% of max value = 765). Red value is 105 (41.41% from 255 or 39.77% from 264); Green value is 105 (41.41% from 255 or 39.77% from 264); Blue value is 54 (21.48% from 255 or 20.45% from 264); Max value from RGB is 105 - color contains mainly: red, green. Hex color #696936 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696936 is #9696C9. Grayscale: #636363. Windows color (decimal): -9869002 or 3565929. OLE color: 3565929.
HSL color Cylindrical-coordinate representation of color #696936: hue angle of 60º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #696936 is Cyan = 0, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 105 | 54 | - |
| CMYK | 0 | 0 | 0.49 | 0.59 |
| HSL | 60º | 0.32% | 0.31% | - |
| HSV(B) | 60º | 0.49% | 0.41% | - |
| XYZ | 11.54 | 13.37 | 5.46 | - |
| YUV | 99.19 | 102.5 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 105 | 54 | 0 | 0 | 0.49 | 0.59 | 60 | 0.32 | 0.31 |
| Hex | 69 | 69 | 36 | 0 | 0 | 31 | 3B | 3C | 20 | 1F |
| Octal | 151 | 151 | 66 | 0 | 0 | 61 | 73 | 74 | 40 | 37 |
| Binary | 1101001 | 1101001 | 110110 | 0 | 0 | 110001 | 111011 | 111100 | 100000 | 11111 |
Color Harmonies of #696936
Complementary color
Monochromatic Colors of #696936
Black with #696936
Text Example
Text Example
White with #696936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696936; }
p { color: rgb(105,105,54); }
H1.HeaderClassName
{
color: #696936;
}
.AnyTagClassName
{
color: #696936;
}
</style>
background-color css
<style>
a { background-color: #696936; }
a { background-color: rgb(105,105,54); }
div.DivClassName
{
background-color: #696936;
}
.BgClassName
{
background-color: #696936;
}
</style>
border-color css
<style>
span { border-color: #696936; }
span { border-color: rgb(105,105,54); }
td.TdClassName
{
border-color: #696936;
}
.TagClassName
{
border-color: #696936;
}
</style>