Shades of Verdigris #696A38
Tints of Verdigris #696A38
RGB
CMYK
RGB Variations
Color information
#696A38 (or 0x696A38) is known color: Verdigris. HEX triplet: 69, 6A and 38. RGB value is (105,106,56). Sum of RGB (Red+Green+Blue) = 105+106+56=267 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.33% from 267); Green value is 106 (41.80% from 255 or 39.70% from 267); Blue value is 56 (22.27% from 255 or 20.97% from 267); Max value from RGB is 106 - color contains mainly: green. Hex color #696A38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696A38 is #9695C7. Grayscale: #646464. Windows color (decimal): -9868744 or 3697257. OLE color: 3697257.
HSL color Cylindrical-coordinate representation of color #696A38: hue angle of 61.2º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #696A38 is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 105 | 106 | 56 | - |
| CMYK | 0.01 | 0 | 0.47 | 0.58 |
| HSL | 61.2º | 0.31% | 0.32% | - |
| HSV(B) | 61.2º | 0.47% | 0.42% | - |
| XYZ | 11.69 | 13.6 | 5.75 | - |
| YUV | 100 | 103.17 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 106 | 56 | 0.01 | 0 | 0.47 | 0.58 | 61.2 | 0.31 | 0.32 |
| Hex | 69 | 6A | 38 | 1 | 0 | 2F | 3A | 3D | 1F | 20 |
| Octal | 151 | 152 | 70 | 1 | 0 | 57 | 72 | 75 | 37 | 40 |
| Binary | 1101001 | 1101010 | 111000 | 1 | 0 | 101111 | 111010 | 111101 | 11111 | 100000 |
Color Harmonies of #696A38
Complementary color
Monochromatic Colors of #696A38
Black with #696A38
Text Example
Text Example
White with #696A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696A38; }
p { color: rgb(105,106,56); }
H1.HeaderClassName
{
color: #696A38;
}
.AnyTagClassName
{
color: #696A38;
}
</style>
background-color css
<style>
a { background-color: #696A38; }
a { background-color: rgb(105,106,56); }
div.DivClassName
{
background-color: #696A38;
}
.BgClassName
{
background-color: #696A38;
}
</style>
border-color css
<style>
span { border-color: #696A38; }
span { border-color: rgb(105,106,56); }
td.TdClassName
{
border-color: #696A38;
}
.TagClassName
{
border-color: #696A38;
}
</style>