#686934

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

Shades of Verdigris #686934

Tints of Verdigris #686934

Color information

#686934 (or 0x686934) is unknown color: approx Verdigris. HEX triplet: 68, 69 and 34. RGB value is (104,105,52). Sum of RGB (Red+Green+Blue) = 104+105+52=261 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.85% from 261); Green value is 105 (41.41% from 255 or 40.23% from 261); Blue value is 52 (20.70% from 255 or 19.92% from 261); Max value from RGB is 105 - color contains mainly: green. Hex color #686934 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686934 is #9796CB. Grayscale: #626262. Windows color (decimal): -9934540 or 3434856. OLE color: 3434856.

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

Color convert

RGB10410552-
CMYK0.0100.500.59
HSL61.13º33.76%30.78%-
HSV(B)61.13º50.48%41.18%-
XYZ11.3813.295.22-
YUV98.66101.67131.81-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.85%
GREEN value IS 105 (41.41% from 255) = 40.23%
BLUE value IS 52 (20.70% from 255) = 19.92%
R=39.85%
G=40.23%
B=19.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104105520.0100.500.5961.1333.7630.78
Hex68693410323B3d221f
Octal15015164106273754237
Binary110100011010011101001011001011101111110110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686934; }

 p { color: rgb(104,105,52); }

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

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

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

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

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

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

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