#696937

Color #696937 Verdigris (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdigris #696937

Tints of Verdigris #696937

Color information

#696937 (or 0x696937) is unknown color: approx Verdigris. HEX triplet: 69, 69 and 37. RGB value is (105,105,55). Sum of RGB (Red+Green+Blue) = 105+105+55=265 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.62% from 265); Green value is 105 (41.41% from 255 or 39.62% from 265); Blue value is 55 (21.88% from 255 or 20.75% from 265); Max value from RGB is 105 - color contains mainly: red, green. Hex color #696937 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696937 is #9696C8. Grayscale: #636363. Windows color (decimal): -9869001 or 3631465. OLE color: 3631465.

HSL color Cylindrical-coordinate representation of color #696937: hue angle of 60º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #696937 is Cyan = 0, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.59.

Color convert

RGB10510555-
CMYK000.480.59
HSL60º31.25%31.37%-
HSV(B)60º47.62%41.18%-
XYZ11.5713.385.59-
YUV99.3103132.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 39.62%
GREEN value IS 105 (41.41% from 255) = 39.62%
BLUE value IS 55 (21.88% from 255) = 20.75%
R=39.62%
G=39.62%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10510555000.480.596031.2531.37
Hex69693700303B3c1f1f
Octal15115167006073743737
Binary11010011101001110111001100001110111111001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696937; }

 p { color: rgb(105,105,55); }

 H1.HeaderClassName
 {
   color: #696937;
 }
 .AnyTagClassName
 {
   color: #696937;
 }
</style>
background-color css

<style>
 a { background-color: #696937; }

 a { background-color: rgb(105,105,55); }

 div.DivClassName
 {
   background-color: #696937;
 }
 .BgClassName
 {
   background-color: #696937;
 }
</style>
border-color css

<style>
 span { border-color: #696937; }

 span { border-color: rgb(105,105,55); }

 td.TdClassName
 {
   border-color: #696937;
 }
 .TagClassName
 {
   border-color: #696937;
 }
</style>