Shades of Verdigris #696938
Tints of Verdigris #696938
RGB
CMYK
RGB Variations
Color information
#696938 (or 0x696938) is known color: Verdigris. HEX triplet: 69, 69 and 38. RGB value is (105,105,56). Sum of RGB (Red+Green+Blue) = 105+105+56=266 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.47% from 266); Green value is 105 (41.41% from 255 or 39.47% from 266); Blue value is 56 (22.27% from 255 or 21.05% from 266); Max value from RGB is 105 - color contains mainly: red, green. Hex color #696938 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696938 is #9696C7. Grayscale: #636363. Windows color (decimal): -9869000 or 3697001. OLE color: 3697001.
HSL color Cylindrical-coordinate representation of color #696938: hue angle of 60º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #696938 is Cyan = 0, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 105 | 56 | - |
| CMYK | 0 | 0 | 0.47 | 0.59 |
| HSL | 60º | 0.3% | 0.32% | - |
| HSV(B) | 60º | 0.47% | 0.41% | - |
| XYZ | 11.59 | 13.39 | 5.72 | - |
| YUV | 99.41 | 103.5 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 105 | 56 | 0 | 0 | 0.47 | 0.59 | 60 | 0.3 | 0.32 |
| Hex | 69 | 69 | 38 | 0 | 0 | 2F | 3B | 3C | 1E | 20 |
| Octal | 151 | 151 | 70 | 0 | 0 | 57 | 73 | 74 | 36 | 40 |
| Binary | 1101001 | 1101001 | 111000 | 0 | 0 | 101111 | 111011 | 111100 | 11110 | 100000 |
Color Harmonies of #696938
Complementary color
Monochromatic Colors of #696938
Black with #696938
Text Example
Text Example
White with #696938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696938; }
p { color: rgb(105,105,56); }
H1.HeaderClassName
{
color: #696938;
}
.AnyTagClassName
{
color: #696938;
}
</style>
background-color css
<style>
a { background-color: #696938; }
a { background-color: rgb(105,105,56); }
div.DivClassName
{
background-color: #696938;
}
.BgClassName
{
background-color: #696938;
}
</style>
border-color css
<style>
span { border-color: #696938; }
span { border-color: rgb(105,105,56); }
td.TdClassName
{
border-color: #696938;
}
.TagClassName
{
border-color: #696938;
}
</style>